Shades of Lilac #CA86CA
Tints of Lilac #CA86CA
RGB
CMYK
RGB Variations
Color information
#CA86CA (or 0xCA86CA) is known color: Lilac. HEX triplet: CA, 86 and CA. RGB value is (202,134,202). Sum of RGB (Red+Green+Blue) = 202+134+202=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 134 (52.73% from 255 or 24.91% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA86CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA86CA is #357935. Grayscale: #A1A1A1. Windows color (decimal): -3504438 or 13272778. OLE color: 13272778.
HSL color Cylindrical-coordinate representation of color #CA86CA: hue angle of 300º 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 #CA86CA is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 134 | 202 | - |
| CMYK | 0 | 0.34 | 0 | 0.21 |
| HSL | 300º | 0.39% | 0.66% | - |
| HSV(B) | 300º | 0.34% | 0.79% | - |
| XYZ | 43.54 | 33.87 | 60.12 | - |
| YUV | 162.08 | 150.53 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 202 | 0 | 0.34 | 0 | 0.21 | 300 | 0.39 | 0.66 |
| Hex | CA | 86 | CA | 0 | 22 | 0 | 15 | 12C | 27 | 42 |
| Octal | 312 | 206 | 312 | 0 | 42 | 0 | 25 | 454 | 47 | 102 |
| Binary | 11001010 | 10000110 | 11001010 | 0 | 100010 | 0 | 10101 | 100101100 | 100111 | 1000010 |
Color Harmonies of #CA86CA
Complementary color
Monochromatic Colors of #CA86CA
Black with #CA86CA
Text Example
Text Example
White with #CA86CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA86CA; }
p { color: rgb(202,134,202); }
H1.HeaderClassName
{
color: #CA86CA;
}
.AnyTagClassName
{
color: #CA86CA;
}
</style>
background-color css
<style>
a { background-color: #CA86CA; }
a { background-color: rgb(202,134,202); }
div.DivClassName
{
background-color: #CA86CA;
}
.BgClassName
{
background-color: #CA86CA;
}
</style>
border-color css
<style>
span { border-color: #CA86CA; }
span { border-color: rgb(202,134,202); }
td.TdClassName
{
border-color: #CA86CA;
}
.TagClassName
{
border-color: #CA86CA;
}
</style>