Shades of Lilac #CA86CE
Tints of Lilac #CA86CE
RGB
CMYK
RGB Variations
Color information
#CA86CE (or 0xCA86CE) is known color: Lilac. HEX triplet: CA, 86 and CE. RGB value is (202,134,206). Sum of RGB (Red+Green+Blue) = 202+134+206=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 134 (52.73% from 255 or 24.72% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA86CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA86CE is #357931. Grayscale: #A2A2A2. Windows color (decimal): -3504434 or 13534922. OLE color: 13534922.
HSL color Cylindrical-coordinate representation of color #CA86CE: hue angle of 296.67º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA86CE is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 134 | 206 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.19 |
| HSL | 296.67º | 0.42% | 0.67% | - |
| HSV(B) | 296.67º | 0.35% | 0.81% | - |
| XYZ | 44.02 | 34.06 | 62.65 | - |
| YUV | 162.54 | 152.53 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 206 | 0.02 | 0.35 | 0 | 0.19 | 296.67 | 0.42 | 0.67 |
| Hex | CA | 86 | CE | 2 | 23 | 0 | 13 | 129 | 2A | 43 |
| Octal | 312 | 206 | 316 | 2 | 43 | 0 | 23 | 451 | 52 | 103 |
| Binary | 11001010 | 10000110 | 11001110 | 10 | 100011 | 0 | 10011 | 100101001 | 101010 | 1000011 |
Color Harmonies of #CA86CE
Complementary color
Monochromatic Colors of #CA86CE
Black with #CA86CE
Text Example
Text Example
White with #CA86CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA86CE; }
p { color: rgb(202,134,206); }
H1.HeaderClassName
{
color: #CA86CE;
}
.AnyTagClassName
{
color: #CA86CE;
}
</style>
background-color css
<style>
a { background-color: #CA86CE; }
a { background-color: rgb(202,134,206); }
div.DivClassName
{
background-color: #CA86CE;
}
.BgClassName
{
background-color: #CA86CE;
}
</style>
border-color css
<style>
span { border-color: #CA86CE; }
span { border-color: rgb(202,134,206); }
td.TdClassName
{
border-color: #CA86CE;
}
.TagClassName
{
border-color: #CA86CE;
}
</style>