Shades of Lilac #C086CB
Tints of Lilac #C086CB
RGB
CMYK
RGB Variations
Color information
#C086CB (or 0xC086CB) is known color: Lilac. HEX triplet: C0, 86 and CB. RGB value is (192,134,203). Sum of RGB (Red+Green+Blue) = 192+134+203=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 134 (52.73% from 255 or 25.33% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #C086CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C086CB is #3F7934. Grayscale: #9E9E9E. Windows color (decimal): -4159797 or 13338304. OLE color: 13338304.
HSL color Cylindrical-coordinate representation of color #C086CB: hue angle of 290.43º degrees, saturation: 0.4, 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 #C086CB is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 134 | 203 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.20 |
| HSL | 290.43º | 0.4% | 0.66% | - |
| HSV(B) | 290.43º | 0.34% | 0.8% | - |
| XYZ | 41.04 | 32.57 | 60.62 | - |
| YUV | 159.21 | 152.72 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 203 | 0.05 | 0.34 | 0 | 0.20 | 290.43 | 0.4 | 0.66 |
| Hex | C0 | 86 | CB | 5 | 22 | 0 | 14 | 122 | 28 | 42 |
| Octal | 300 | 206 | 313 | 5 | 42 | 0 | 24 | 442 | 50 | 102 |
| Binary | 11000000 | 10000110 | 11001011 | 101 | 100010 | 0 | 10100 | 100100010 | 101000 | 1000010 |
Color Harmonies of #C086CB
Complementary color
Monochromatic Colors of #C086CB
Black with #C086CB
Text Example
Text Example
White with #C086CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C086CB; }
p { color: rgb(192,134,203); }
H1.HeaderClassName
{
color: #C086CB;
}
.AnyTagClassName
{
color: #C086CB;
}
</style>
background-color css
<style>
a { background-color: #C086CB; }
a { background-color: rgb(192,134,203); }
div.DivClassName
{
background-color: #C086CB;
}
.BgClassName
{
background-color: #C086CB;
}
</style>
border-color css
<style>
span { border-color: #C086CB; }
span { border-color: rgb(192,134,203); }
td.TdClassName
{
border-color: #C086CB;
}
.TagClassName
{
border-color: #C086CB;
}
</style>