Shades of Lilac #C086C9
Tints of Lilac #C086C9
RGB
CMYK
RGB Variations
Color information
#C086C9 (or 0xC086C9) is known color: Lilac. HEX triplet: C0, 86 and C9. RGB value is (192,134,201). Sum of RGB (Red+Green+Blue) = 192+134+201=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 134 (52.73% from 255 or 25.43% from 527); Blue value is 201 (78.91% from 255 or 38.14% from 527); Max value from RGB is 201 - color contains mainly: blue. Hex color #C086C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C086C9 is #3F7936. Grayscale: #9E9E9E. Windows color (decimal): -4159799 or 13207232. OLE color: 13207232.
HSL color Cylindrical-coordinate representation of color #C086C9: hue angle of 291.94º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C086C9 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 134 | 201 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.21 |
| HSL | 291.94º | 0.38% | 0.66% | - |
| HSV(B) | 291.94º | 0.33% | 0.79% | - |
| XYZ | 40.81 | 32.47 | 59.38 | - |
| YUV | 158.98 | 151.72 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 201 | 0.04 | 0.33 | 0 | 0.21 | 291.94 | 0.38 | 0.66 |
| Hex | C0 | 86 | C9 | 4 | 21 | 0 | 15 | 124 | 26 | 42 |
| Octal | 300 | 206 | 311 | 4 | 41 | 0 | 25 | 444 | 46 | 102 |
| Binary | 11000000 | 10000110 | 11001001 | 100 | 100001 | 0 | 10101 | 100100100 | 100110 | 1000010 |
Color Harmonies of #C086C9
Complementary color
Monochromatic Colors of #C086C9
Black with #C086C9
Text Example
Text Example
White with #C086C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C086C9; }
p { color: rgb(192,134,201); }
H1.HeaderClassName
{
color: #C086C9;
}
.AnyTagClassName
{
color: #C086C9;
}
</style>
background-color css
<style>
a { background-color: #C086C9; }
a { background-color: rgb(192,134,201); }
div.DivClassName
{
background-color: #C086C9;
}
.BgClassName
{
background-color: #C086C9;
}
</style>
border-color css
<style>
span { border-color: #C086C9; }
span { border-color: rgb(192,134,201); }
td.TdClassName
{
border-color: #C086C9;
}
.TagClassName
{
border-color: #C086C9;
}
</style>