Shades of Lilac #CA8BD1
Tints of Lilac #CA8BD1
RGB
CMYK
RGB Variations
Color information
#CA8BD1 (or 0xCA8BD1) is known color: Lilac. HEX triplet: CA, 8B and D1. RGB value is (202,139,209). Sum of RGB (Red+Green+Blue) = 202+139+209=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 139 (54.69% from 255 or 25.27% from 550); Blue value is 209 (82.03% from 255 or 38% from 550); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA8BD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8BD1 is #35742E. Grayscale: #A5A5A5. Windows color (decimal): -3503151 or 13732810. OLE color: 13732810.
HSL color Cylindrical-coordinate representation of color #CA8BD1: hue angle of 294º degrees, saturation: 0.43, 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 #CA8BD1 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 139 | 209 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.18 |
| HSL | 294º | 0.43% | 0.68% | - |
| HSV(B) | 294º | 0.33% | 0.82% | - |
| XYZ | 45.1 | 35.63 | 64.82 | - |
| YUV | 165.82 | 152.37 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 139 | 209 | 0.03 | 0.33 | 0 | 0.18 | 294 | 0.43 | 0.68 |
| Hex | CA | 8B | D1 | 3 | 21 | 0 | 12 | 126 | 2B | 44 |
| Octal | 312 | 213 | 321 | 3 | 41 | 0 | 22 | 446 | 53 | 104 |
| Binary | 11001010 | 10001011 | 11010001 | 11 | 100001 | 0 | 10010 | 100100110 | 101011 | 1000100 |
Color Harmonies of #CA8BD1
Complementary color
Monochromatic Colors of #CA8BD1
Black with #CA8BD1
Text Example
Text Example
White with #CA8BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8BD1; }
p { color: rgb(202,139,209); }
H1.HeaderClassName
{
color: #CA8BD1;
}
.AnyTagClassName
{
color: #CA8BD1;
}
</style>
background-color css
<style>
a { background-color: #CA8BD1; }
a { background-color: rgb(202,139,209); }
div.DivClassName
{
background-color: #CA8BD1;
}
.BgClassName
{
background-color: #CA8BD1;
}
</style>
border-color css
<style>
span { border-color: #CA8BD1; }
span { border-color: rgb(202,139,209); }
td.TdClassName
{
border-color: #CA8BD1;
}
.TagClassName
{
border-color: #CA8BD1;
}
</style>