Shades of Lilac #CA8AD2
Tints of Lilac #CA8AD2
RGB
CMYK
RGB Variations
Color information
#CA8AD2 (or 0xCA8AD2) is known color: Lilac. HEX triplet: CA, 8A and D2. RGB value is (202,138,210). Sum of RGB (Red+Green+Blue) = 202+138+210=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 138 (54.30% from 255 or 25.09% from 550); Blue value is 210 (82.42% from 255 or 38.18% from 550); Max value from RGB is 210 - color contains mainly: blue. Hex color #CA8AD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8AD2 is #35752D. Grayscale: #A5A5A5. Windows color (decimal): -3503406 or 13798090. OLE color: 13798090.
HSL color Cylindrical-coordinate representation of color #CA8AD2: hue angle of 293.33º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA8AD2 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 138 | 210 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.18 |
| HSL | 293.33º | 0.44% | 0.68% | - |
| HSV(B) | 293.33º | 0.34% | 0.82% | - |
| XYZ | 45.08 | 35.39 | 65.43 | - |
| YUV | 165.34 | 153.2 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 138 | 210 | 0.04 | 0.34 | 0 | 0.18 | 293.33 | 0.44 | 0.68 |
| Hex | CA | 8A | D2 | 4 | 22 | 0 | 12 | 125 | 2C | 44 |
| Octal | 312 | 212 | 322 | 4 | 42 | 0 | 22 | 445 | 54 | 104 |
| Binary | 11001010 | 10001010 | 11010010 | 100 | 100010 | 0 | 10010 | 100100101 | 101100 | 1000100 |
Color Harmonies of #CA8AD2
Complementary color
Monochromatic Colors of #CA8AD2
Black with #CA8AD2
Text Example
Text Example
White with #CA8AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8AD2; }
p { color: rgb(202,138,210); }
H1.HeaderClassName
{
color: #CA8AD2;
}
.AnyTagClassName
{
color: #CA8AD2;
}
</style>
background-color css
<style>
a { background-color: #CA8AD2; }
a { background-color: rgb(202,138,210); }
div.DivClassName
{
background-color: #CA8AD2;
}
.BgClassName
{
background-color: #CA8AD2;
}
</style>
border-color css
<style>
span { border-color: #CA8AD2; }
span { border-color: rgb(202,138,210); }
td.TdClassName
{
border-color: #CA8AD2;
}
.TagClassName
{
border-color: #CA8AD2;
}
</style>