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