Shades of Lilac #CA86C2
Tints of Lilac #CA86C2
RGB
CMYK
RGB Variations
Color information
#CA86C2 (or 0xCA86C2) is known color: Lilac. HEX triplet: CA, 86 and C2. RGB value is (202,134,194). Sum of RGB (Red+Green+Blue) = 202+134+194=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 134 (52.73% from 255 or 25.28% from 530); Blue value is 194 (76.17% from 255 or 36.60% from 530); Max value from RGB is 202 - color contains mainly: red. Hex color #CA86C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA86C2 is #35793D. Grayscale: #A1A1A1. Windows color (decimal): -3504446 or 12748490. OLE color: 12748490.
HSL color Cylindrical-coordinate representation of color #CA86C2: hue angle of 307.06º 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 #CA86C2 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 134 | 194 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.21 |
| HSL | 307.06º | 0.39% | 0.66% | - |
| HSV(B) | 307.06º | 0.34% | 0.79% | - |
| XYZ | 42.62 | 33.5 | 55.26 | - |
| YUV | 161.17 | 146.53 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 194 | 0 | 0.34 | 0.04 | 0.21 | 307.06 | 0.39 | 0.66 |
| Hex | CA | 86 | C2 | 0 | 22 | 4 | 15 | 133 | 27 | 42 |
| Octal | 312 | 206 | 302 | 0 | 42 | 4 | 25 | 463 | 47 | 102 |
| Binary | 11001010 | 10000110 | 11000010 | 0 | 100010 | 100 | 10101 | 100110011 | 100111 | 1000010 |
Color Harmonies of #CA86C2
Complementary color
Monochromatic Colors of #CA86C2
Black with #CA86C2
Text Example
Text Example
White with #CA86C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA86C2; }
p { color: rgb(202,134,194); }
H1.HeaderClassName
{
color: #CA86C2;
}
.AnyTagClassName
{
color: #CA86C2;
}
</style>
background-color css
<style>
a { background-color: #CA86C2; }
a { background-color: rgb(202,134,194); }
div.DivClassName
{
background-color: #CA86C2;
}
.BgClassName
{
background-color: #CA86C2;
}
</style>
border-color css
<style>
span { border-color: #CA86C2; }
span { border-color: rgb(202,134,194); }
td.TdClassName
{
border-color: #CA86C2;
}
.TagClassName
{
border-color: #CA86C2;
}
</style>