Shades of Lilac #C286CC
Tints of Lilac #C286CC
RGB
CMYK
RGB Variations
Color information
#C286CC (or 0xC286CC) is known color: Lilac. HEX triplet: C2, 86 and CC. RGB value is (194,134,204). Sum of RGB (Red+Green+Blue) = 194+134+204=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 134 (52.73% from 255 or 25.19% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 204 - color contains mainly: blue. Hex color #C286CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C286CC is #3D7933. Grayscale: #9F9F9F. Windows color (decimal): -4028724 or 13403842. OLE color: 13403842.
HSL color Cylindrical-coordinate representation of color #C286CC: hue angle of 291.43º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C286CC is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 134 | 204 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.2 |
| HSL | 291.43º | 0.41% | 0.66% | - |
| HSV(B) | 291.43º | 0.34% | 0.8% | - |
| XYZ | 41.67 | 32.88 | 61.28 | - |
| YUV | 159.92 | 152.88 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 204 | 0.05 | 0.34 | 0 | 0.2 | 291.43 | 0.41 | 0.66 |
| Hex | C2 | 86 | CC | 5 | 22 | 0 | 14 | 123 | 29 | 42 |
| Octal | 302 | 206 | 314 | 5 | 42 | 0 | 24 | 443 | 51 | 102 |
| Binary | 11000010 | 10000110 | 11001100 | 101 | 100010 | 0 | 10100 | 100100011 | 101001 | 1000010 |
Color Harmonies of #C286CC
Complementary color
Monochromatic Colors of #C286CC
Black with #C286CC
Text Example
Text Example
White with #C286CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C286CC; }
p { color: rgb(194,134,204); }
H1.HeaderClassName
{
color: #C286CC;
}
.AnyTagClassName
{
color: #C286CC;
}
</style>
background-color css
<style>
a { background-color: #C286CC; }
a { background-color: rgb(194,134,204); }
div.DivClassName
{
background-color: #C286CC;
}
.BgClassName
{
background-color: #C286CC;
}
</style>
border-color css
<style>
span { border-color: #C286CC; }
span { border-color: rgb(194,134,204); }
td.TdClassName
{
border-color: #C286CC;
}
.TagClassName
{
border-color: #C286CC;
}
</style>