Shades of Lilac #CA8BD0
Tints of Lilac #CA8BD0
RGB
CMYK
RGB Variations
Color information
#CA8BD0 (or 0xCA8BD0) is known color: Lilac. HEX triplet: CA, 8B and D0. RGB value is (202,139,208). Sum of RGB (Red+Green+Blue) = 202+139+208=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 139 (54.69% from 255 or 25.32% from 549); Blue value is 208 (81.64% from 255 or 37.89% from 549); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA8BD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8BD0 is #35742F. Grayscale: #A5A5A5. Windows color (decimal): -3503152 or 13667274. OLE color: 13667274.
HSL color Cylindrical-coordinate representation of color #CA8BD0: hue angle of 294.78º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA8BD0 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 139 | 208 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.18 |
| HSL | 294.78º | 0.42% | 0.68% | - |
| HSV(B) | 294.78º | 0.33% | 0.82% | - |
| XYZ | 44.97 | 35.58 | 64.17 | - |
| YUV | 165.7 | 151.87 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 139 | 208 | 0.03 | 0.33 | 0 | 0.18 | 294.78 | 0.42 | 0.68 |
| Hex | CA | 8B | D0 | 3 | 21 | 0 | 12 | 127 | 2A | 44 |
| Octal | 312 | 213 | 320 | 3 | 41 | 0 | 22 | 447 | 52 | 104 |
| Binary | 11001010 | 10001011 | 11010000 | 11 | 100001 | 0 | 10010 | 100100111 | 101010 | 1000100 |
Color Harmonies of #CA8BD0
Complementary color
Monochromatic Colors of #CA8BD0
Black with #CA8BD0
Text Example
Text Example
White with #CA8BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8BD0; }
p { color: rgb(202,139,208); }
H1.HeaderClassName
{
color: #CA8BD0;
}
.AnyTagClassName
{
color: #CA8BD0;
}
</style>
background-color css
<style>
a { background-color: #CA8BD0; }
a { background-color: rgb(202,139,208); }
div.DivClassName
{
background-color: #CA8BD0;
}
.BgClassName
{
background-color: #CA8BD0;
}
</style>
border-color css
<style>
span { border-color: #CA8BD0; }
span { border-color: rgb(202,139,208); }
td.TdClassName
{
border-color: #CA8BD0;
}
.TagClassName
{
border-color: #CA8BD0;
}
</style>