Shades of Lilac #CA99D1
Tints of Lilac #CA99D1
RGB
CMYK
RGB Variations
Color information
#CA99D1 (or 0xCA99D1) is known color: Lilac. HEX triplet: CA, 99 and D1. RGB value is (202,153,209). Sum of RGB (Red+Green+Blue) = 202+153+209=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 153 (60.16% from 255 or 27.13% from 564); Blue value is 209 (82.03% from 255 or 37.06% from 564); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA99D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA99D1 is #35662E. Grayscale: #ADADAD. Windows color (decimal): -3499567 or 13736394. OLE color: 13736394.
HSL color Cylindrical-coordinate representation of color #CA99D1: hue angle of 292.5º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CA99D1 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 153 | 209 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.18 |
| HSL | 292.5º | 0.38% | 0.71% | - |
| HSV(B) | 292.5º | 0.27% | 0.82% | - |
| XYZ | 47.26 | 39.94 | 65.54 | - |
| YUV | 174.04 | 147.73 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 209 | 0.03 | 0.27 | 0 | 0.18 | 292.5 | 0.38 | 0.71 |
| Hex | CA | 99 | D1 | 3 | 1B | 0 | 12 | 124 | 26 | 47 |
| Octal | 312 | 231 | 321 | 3 | 33 | 0 | 22 | 444 | 46 | 107 |
| Binary | 11001010 | 10011001 | 11010001 | 11 | 11011 | 0 | 10010 | 100100100 | 100110 | 1000111 |
Color Harmonies of #CA99D1
Complementary color
Monochromatic Colors of #CA99D1
Black with #CA99D1
Text Example
Text Example
White with #CA99D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA99D1; }
p { color: rgb(202,153,209); }
H1.HeaderClassName
{
color: #CA99D1;
}
.AnyTagClassName
{
color: #CA99D1;
}
</style>
background-color css
<style>
a { background-color: #CA99D1; }
a { background-color: rgb(202,153,209); }
div.DivClassName
{
background-color: #CA99D1;
}
.BgClassName
{
background-color: #CA99D1;
}
</style>
border-color css
<style>
span { border-color: #CA99D1; }
span { border-color: rgb(202,153,209); }
td.TdClassName
{
border-color: #CA99D1;
}
.TagClassName
{
border-color: #CA99D1;
}
</style>