Shades of Lilac #CA9DD1
Tints of Lilac #CA9DD1
RGB
CMYK
RGB Variations
Color information
#CA9DD1 (or 0xCA9DD1) is known color: Lilac. HEX triplet: CA, 9D and D1. RGB value is (202,157,209). Sum of RGB (Red+Green+Blue) = 202+157+209=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 157 (61.72% from 255 or 27.64% from 568); Blue value is 209 (82.03% from 255 or 36.80% from 568); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA9DD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9DD1 is #35622E. Grayscale: #B0B0B0. Windows color (decimal): -3498543 or 13737418. OLE color: 13737418.
HSL color Cylindrical-coordinate representation of color #CA9DD1: hue angle of 291.92º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CA9DD1 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 157 | 209 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.18 |
| HSL | 291.92º | 0.36% | 0.72% | - |
| HSV(B) | 291.92º | 0.25% | 0.82% | - |
| XYZ | 47.92 | 41.27 | 65.76 | - |
| YUV | 176.38 | 146.41 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 157 | 209 | 0.03 | 0.25 | 0 | 0.18 | 291.92 | 0.36 | 0.72 |
| Hex | CA | 9D | D1 | 3 | 19 | 0 | 12 | 124 | 24 | 48 |
| Octal | 312 | 235 | 321 | 3 | 31 | 0 | 22 | 444 | 44 | 110 |
| Binary | 11001010 | 10011101 | 11010001 | 11 | 11001 | 0 | 10010 | 100100100 | 100100 | 1001000 |
Color Harmonies of #CA9DD1
Complementary color
Monochromatic Colors of #CA9DD1
Black with #CA9DD1
Text Example
Text Example
White with #CA9DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9DD1; }
p { color: rgb(202,157,209); }
H1.HeaderClassName
{
color: #CA9DD1;
}
.AnyTagClassName
{
color: #CA9DD1;
}
</style>
background-color css
<style>
a { background-color: #CA9DD1; }
a { background-color: rgb(202,157,209); }
div.DivClassName
{
background-color: #CA9DD1;
}
.BgClassName
{
background-color: #CA9DD1;
}
</style>
border-color css
<style>
span { border-color: #CA9DD1; }
span { border-color: rgb(202,157,209); }
td.TdClassName
{
border-color: #CA9DD1;
}
.TagClassName
{
border-color: #CA9DD1;
}
</style>