Thank you very much c.pfaffenbichler and theangietaylor (the angie! for a reason) for your input. This really turned my (mis)understanding of multiply and overprint upside-down. Let me summarise what I gathered from what you said. Please correct anywhere that I may be wrong. MULTIPLY -First of all, multiply applies channel to channel (each channel is independent). This is in line with the Adobe document referenced earlier by Ton (Blend Modes Addendum) which refers to multiply as a "separable" blend mode. -To determine the result of multiply, there is no conversion to any other space. This too is in line with how I read the Adobe document. -In CMYK, say the the Base object B has values Bc Bm By Bk, and the Top object T has values Tc Tm Ty Tk. T is set to multiply. For the C channel (Cyan), the operation is: To simplify, all values are first divided by 100 to get a C value between 0-1. The final result Rc is then muliplied by 100 to get a C value between 0-100. Rc = Tc*(1-Bc) + Bc The same operation applies to the M, Y, and K channels. The Adobe User Guide states for multiply: "The resulting color is always a darker color". Let's check. Rc = something positive + Bc >= Bc. True. "Multiplying any color with black produces black". For black, Tk=1. Rc=Tc*(1-Bc) + Bc = some value. Likewise for the M and Y channels. For the K channel, Rk=Tk*(1-Bk)+Bk = 1*(1-Bk)+Bk= 1. So the result is Rc Rm Ry 100. True. "The effect is similar to drawing on the page with multiple magic markers". That, I can't say! OVERPRINT -Overprint applies channel to channel (each channel is independent). -To determine the result of overprint, there is no conversion to any other space. -In CMYK, say the the Base object B has values Bc Bm By Bk, and the Top object T has values Tc Tm Ty Tk. T is set to overprint. No need to alter values (divide by 100) here. If Tc > Bc, Rc = Tc, else Rc = Bc The result R would then be composed of values from both B and T, depending on how they compare for each channel. Another notable aspect is that both effects are profile/colour space -independent. This brings me to cyhun-akgun's statement "When you multiply, the color values in the blend vary. So, the upper color and the lower color do not mix at 100%". Is what ceyhun is observing a result of printer intervention (RIP), for example, to limit the amount of ink used? That would then not be related to multiply as such but to the printer. ceyhun, do you observe that in Illustrator too or simply in print? Is there a document you (c.pfaffenbichler or angie) can point me to that fully describes these two operations?
... View more