Shades of Lilac #CA9CC2
Tints of Lilac #CA9CC2
RGB
CMYK
RGB Variations
Color information
#CA9CC2 (or 0xCA9CC2) is known color: Lilac. HEX triplet: CA, 9C and C2. RGB value is (202,156,194). Sum of RGB (Red+Green+Blue) = 202+156+194=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 194 (76.17% from 255 or 35.14% from 552); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9CC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9CC2 is #35633D. Grayscale: #ADADAD. Windows color (decimal): -3498814 or 12754122. OLE color: 12754122.
HSL color Cylindrical-coordinate representation of color #CA9CC2: hue angle of 310.43º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CA9CC2 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 156 | 194 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.21 |
| HSL | 310.43º | 0.3% | 0.7% | - |
| HSV(B) | 310.43º | 0.23% | 0.79% | - |
| XYZ | 45.98 | 40.23 | 56.38 | - |
| YUV | 174.09 | 139.24 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 156 | 194 | 0 | 0.23 | 0.04 | 0.21 | 310.43 | 0.3 | 0.7 |
| Hex | CA | 9C | C2 | 0 | 17 | 4 | 15 | 136 | 1E | 46 |
| Octal | 312 | 234 | 302 | 0 | 27 | 4 | 25 | 466 | 36 | 106 |
| Binary | 11001010 | 10011100 | 11000010 | 0 | 10111 | 100 | 10101 | 100110110 | 11110 | 1000110 |
Color Harmonies of #CA9CC2
Complementary color
Monochromatic Colors of #CA9CC2
Black with #CA9CC2
Text Example
Text Example
White with #CA9CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9CC2; }
p { color: rgb(202,156,194); }
H1.HeaderClassName
{
color: #CA9CC2;
}
.AnyTagClassName
{
color: #CA9CC2;
}
</style>
background-color css
<style>
a { background-color: #CA9CC2; }
a { background-color: rgb(202,156,194); }
div.DivClassName
{
background-color: #CA9CC2;
}
.BgClassName
{
background-color: #CA9CC2;
}
</style>
border-color css
<style>
span { border-color: #CA9CC2; }
span { border-color: rgb(202,156,194); }
td.TdClassName
{
border-color: #CA9CC2;
}
.TagClassName
{
border-color: #CA9CC2;
}
</style>