Shades of Lilac #CA86C3
Tints of Lilac #CA86C3
RGB
CMYK
RGB Variations
Color information
#CA86C3 (or 0xCA86C3) is known color: Lilac. HEX triplet: CA, 86 and C3. RGB value is (202,134,195). Sum of RGB (Red+Green+Blue) = 202+134+195=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 134 (52.73% from 255 or 25.24% from 531); Blue value is 195 (76.56% from 255 or 36.72% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CA86C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA86C3 is #35793C. Grayscale: #A1A1A1. Windows color (decimal): -3504445 or 12814026. OLE color: 12814026.
HSL color Cylindrical-coordinate representation of color #CA86C3: hue angle of 306.18º 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 #CA86C3 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 134 | 195 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.21 |
| HSL | 306.18º | 0.39% | 0.66% | - |
| HSV(B) | 306.18º | 0.34% | 0.79% | - |
| XYZ | 42.73 | 33.55 | 55.85 | - |
| YUV | 161.29 | 147.03 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 195 | 0 | 0.34 | 0.03 | 0.21 | 306.18 | 0.39 | 0.66 |
| Hex | CA | 86 | C3 | 0 | 22 | 3 | 15 | 132 | 27 | 42 |
| Octal | 312 | 206 | 303 | 0 | 42 | 3 | 25 | 462 | 47 | 102 |
| Binary | 11001010 | 10000110 | 11000011 | 0 | 100010 | 11 | 10101 | 100110010 | 100111 | 1000010 |
Color Harmonies of #CA86C3
Complementary color
Monochromatic Colors of #CA86C3
Black with #CA86C3
Text Example
Text Example
White with #CA86C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA86C3; }
p { color: rgb(202,134,195); }
H1.HeaderClassName
{
color: #CA86C3;
}
.AnyTagClassName
{
color: #CA86C3;
}
</style>
background-color css
<style>
a { background-color: #CA86C3; }
a { background-color: rgb(202,134,195); }
div.DivClassName
{
background-color: #CA86C3;
}
.BgClassName
{
background-color: #CA86C3;
}
</style>
border-color css
<style>
span { border-color: #CA86C3; }
span { border-color: rgb(202,134,195); }
td.TdClassName
{
border-color: #CA86C3;
}
.TagClassName
{
border-color: #CA86C3;
}
</style>