Color Mixing
Interactive simulation โ adjust parameters and watch the visualization update in real time.
How it works
Additive mixing applies to emissive displays: red, green, and blue light add to make the spectrum you see. Subtractive mixing applies to pigments and printing: cyan, magenta, and yellow inks each remove part of the reflected spectrum from white paper; the simple model R=255(1โC), G=255(1โM), B=255(1โY) matches ideal filters on white light.
Key equations
Additive: color = (R, G, B) light levels combined
Subtractive (simple): R = 255(1โC), G = 255(1โM), B = 255(1โY)