Shades of Lilac #CA98D1
Tints of Lilac #CA98D1
RGB
CMYK
RGB Variations
Color information
#CA98D1 (or 0xCA98D1) is known color: Lilac. HEX triplet: CA, 98 and D1. RGB value is (202,152,209). Sum of RGB (Red+Green+Blue) = 202+152+209=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 152 (59.77% from 255 or 27.00% from 563); Blue value is 209 (82.03% from 255 or 37.12% from 563); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA98D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA98D1 is #35672E. Grayscale: #ADADAD. Windows color (decimal): -3499823 or 13736138. OLE color: 13736138.
HSL color Cylindrical-coordinate representation of color #CA98D1: hue angle of 292.63º 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 #CA98D1 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 152 | 209 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.18 |
| HSL | 292.63º | 0.38% | 0.71% | - |
| HSV(B) | 292.63º | 0.27% | 0.82% | - |
| XYZ | 47.09 | 39.62 | 65.49 | - |
| YUV | 173.45 | 148.07 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 152 | 209 | 0.03 | 0.27 | 0 | 0.18 | 292.63 | 0.38 | 0.71 |
| Hex | CA | 98 | D1 | 3 | 1B | 0 | 12 | 125 | 26 | 47 |
| Octal | 312 | 230 | 321 | 3 | 33 | 0 | 22 | 445 | 46 | 107 |
| Binary | 11001010 | 10011000 | 11010001 | 11 | 11011 | 0 | 10010 | 100100101 | 100110 | 1000111 |
Color Harmonies of #CA98D1
Complementary color
Monochromatic Colors of #CA98D1
Black with #CA98D1
Text Example
Text Example
White with #CA98D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA98D1; }
p { color: rgb(202,152,209); }
H1.HeaderClassName
{
color: #CA98D1;
}
.AnyTagClassName
{
color: #CA98D1;
}
</style>
background-color css
<style>
a { background-color: #CA98D1; }
a { background-color: rgb(202,152,209); }
div.DivClassName
{
background-color: #CA98D1;
}
.BgClassName
{
background-color: #CA98D1;
}
</style>
border-color css
<style>
span { border-color: #CA98D1; }
span { border-color: rgb(202,152,209); }
td.TdClassName
{
border-color: #CA98D1;
}
.TagClassName
{
border-color: #CA98D1;
}
</style>