Color Models in Digital Image Processing
Color Models in Digital Image Processing
Processing
1. What is a Color Model?
A color model is a way of representing colors in a digital image. It defines
how colors are stored, displayed, and processed using different
combinations of primary colors.
RGB is the most widely used color model, especially in digital screens,
cameras, and televisions. It is based on the additive color mixing
method, meaning colors are created by adding different intensities of red,
green, and blue light.
How It Works:
The CMY and CMYK models are used in color printing. They work on the
subtractive color mixing principle, where colors are formed by absorbing
(removing) certain wavelengths of light.
How It Works:
• Instead of adding colors like RGB, CMY subtracts colors from white
light.
• CMY uses Cyan (C), Magenta (M), and Yellow (Y) to create colors.
• CMYK adds Black (K) to improve print quality and save ink.
How It Works:
• Hue (H): Represents the color type (e.g., red, blue, green) in degrees
(0°–360°).
• Saturation (S): Represents the intensity or purity of the color (0% =
gray, 100% = pure color).
• Value (V): Represents the brightness (0% = black, 100% = fully
bright).
Color
Uses Advantages Disadvantages
Model
Vivid colors,
Digital Not good for
RGB easy for
screens printing
display
Accurate
CMYK Printing Limited color range
prints
Image
editing, Needs conversion
HSV Easy to adjust
object to RGB
detection
Video,
YUV/YIQ/ Reduces file Not user-friendly
image
YCbCr size for editing
compression
5. Conclusion
Color models are essential for representing and processing color images
in different applications. RGB is best for screens, CMYK is ideal for
printing, HSV is useful in image editing, and YUV/YIQ/YCbCr help in video
compression and broadcasting. Understanding these models allows us to
work with colors effectively in image processing, computer vision, and
multimedia applications.