Shades of Lilac #CA86C8
Tints of Lilac #CA86C8
RGB
CMYK
RGB Variations
Color information
#CA86C8 (or 0xCA86C8) is known color: Lilac. HEX triplet: CA, 86 and C8. RGB value is (202,134,200). Sum of RGB (Red+Green+Blue) = 202+134+200=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 134 (52.73% from 255 or 25% from 536); Blue value is 200 (78.52% from 255 or 37.31% from 536); Max value from RGB is 202 - color contains mainly: red. Hex color #CA86C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA86C8 is #357937. Grayscale: #A1A1A1. Windows color (decimal): -3504440 or 13141706. OLE color: 13141706.
HSL color Cylindrical-coordinate representation of color #CA86C8: hue angle of 301.76º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA86C8 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 134 | 200 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.21 |
| HSL | 301.76º | 0.39% | 0.66% | - |
| HSV(B) | 301.76º | 0.34% | 0.79% | - |
| XYZ | 43.31 | 33.78 | 58.88 | - |
| YUV | 161.86 | 149.53 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 200 | 0 | 0.34 | 0.01 | 0.21 | 301.76 | 0.39 | 0.66 |
| Hex | CA | 86 | C8 | 0 | 22 | 1 | 15 | 12E | 27 | 42 |
| Octal | 312 | 206 | 310 | 0 | 42 | 1 | 25 | 456 | 47 | 102 |
| Binary | 11001010 | 10000110 | 11001000 | 0 | 100010 | 1 | 10101 | 100101110 | 100111 | 1000010 |
Color Harmonies of #CA86C8
Complementary color
Monochromatic Colors of #CA86C8
Black with #CA86C8
Text Example
Text Example
White with #CA86C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA86C8; }
p { color: rgb(202,134,200); }
H1.HeaderClassName
{
color: #CA86C8;
}
.AnyTagClassName
{
color: #CA86C8;
}
</style>
background-color css
<style>
a { background-color: #CA86C8; }
a { background-color: rgb(202,134,200); }
div.DivClassName
{
background-color: #CA86C8;
}
.BgClassName
{
background-color: #CA86C8;
}
</style>
border-color css
<style>
span { border-color: #CA86C8; }
span { border-color: rgb(202,134,200); }
td.TdClassName
{
border-color: #CA86C8;
}
.TagClassName
{
border-color: #CA86C8;
}
</style>