Shades of Lilac #C986C8
Tints of Lilac #C986C8
RGB
CMYK
RGB Variations
Color information
#C986C8 (or 0xC986C8) is known color: Lilac. HEX triplet: C9, 86 and C8. RGB value is (201,134,200). Sum of RGB (Red+Green+Blue) = 201+134+200=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 134 (52.73% from 255 or 25.05% from 535); Blue value is 200 (78.52% from 255 or 37.38% from 535); Max value from RGB is 201 - color contains mainly: red. Hex color #C986C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C986C8 is #367937. Grayscale: #A1A1A1. Windows color (decimal): -3569976 or 13141705. OLE color: 13141705.
HSL color Cylindrical-coordinate representation of color #C986C8: hue angle of 300.9º 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 #C986C8 is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 134 | 200 | - |
| CMYK | 0 | 0.33 | 0.00 | 0.21 |
| HSL | 300.9º | 0.38% | 0.66% | - |
| HSV(B) | 300.9º | 0.33% | 0.79% | - |
| XYZ | 43.04 | 33.64 | 58.87 | - |
| YUV | 161.56 | 149.7 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 134 | 200 | 0 | 0.33 | 0.00 | 0.21 | 300.9 | 0.38 | 0.66 |
| Hex | C9 | 86 | C8 | 0 | 21 | 0 | 15 | 12D | 26 | 42 |
| Octal | 311 | 206 | 310 | 0 | 41 | 0 | 25 | 455 | 46 | 102 |
| Binary | 11001001 | 10000110 | 11001000 | 0 | 100001 | 0 | 10101 | 100101101 | 100110 | 1000010 |
Color Harmonies of #C986C8
Complementary color
Monochromatic Colors of #C986C8
Black with #C986C8
Text Example
Text Example
White with #C986C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C986C8; }
p { color: rgb(201,134,200); }
H1.HeaderClassName
{
color: #C986C8;
}
.AnyTagClassName
{
color: #C986C8;
}
</style>
background-color css
<style>
a { background-color: #C986C8; }
a { background-color: rgb(201,134,200); }
div.DivClassName
{
background-color: #C986C8;
}
.BgClassName
{
background-color: #C986C8;
}
</style>
border-color css
<style>
span { border-color: #C986C8; }
span { border-color: rgb(201,134,200); }
td.TdClassName
{
border-color: #C986C8;
}
.TagClassName
{
border-color: #C986C8;
}
</style>