Shades of Lilac #C986CC
Tints of Lilac #C986CC
RGB
CMYK
RGB Variations
Color information
#C986CC (or 0xC986CC) is known color: Lilac. HEX triplet: C9, 86 and CC. RGB value is (201,134,204). Sum of RGB (Red+Green+Blue) = 201+134+204=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 134 (52.73% from 255 or 24.86% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #C986CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C986CC is #367933. Grayscale: #A1A1A1. Windows color (decimal): -3569972 or 13403849. OLE color: 13403849.
HSL color Cylindrical-coordinate representation of color #C986CC: hue angle of 297.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 #C986CC is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 134 | 204 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.2 |
| HSL | 297.43º | 0.41% | 0.66% | - |
| HSV(B) | 297.43º | 0.34% | 0.8% | - |
| XYZ | 43.51 | 33.83 | 61.36 | - |
| YUV | 162.01 | 151.7 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 134 | 204 | 0.01 | 0.34 | 0 | 0.2 | 297.43 | 0.41 | 0.66 |
| Hex | C9 | 86 | CC | 1 | 22 | 0 | 14 | 129 | 29 | 42 |
| Octal | 311 | 206 | 314 | 1 | 42 | 0 | 24 | 451 | 51 | 102 |
| Binary | 11001001 | 10000110 | 11001100 | 1 | 100010 | 0 | 10100 | 100101001 | 101001 | 1000010 |
Color Harmonies of #C986CC
Complementary color
Monochromatic Colors of #C986CC
Black with #C986CC
Text Example
Text Example
White with #C986CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C986CC; }
p { color: rgb(201,134,204); }
H1.HeaderClassName
{
color: #C986CC;
}
.AnyTagClassName
{
color: #C986CC;
}
</style>
background-color css
<style>
a { background-color: #C986CC; }
a { background-color: rgb(201,134,204); }
div.DivClassName
{
background-color: #C986CC;
}
.BgClassName
{
background-color: #C986CC;
}
</style>
border-color css
<style>
span { border-color: #C986CC; }
span { border-color: rgb(201,134,204); }
td.TdClassName
{
border-color: #C986CC;
}
.TagClassName
{
border-color: #C986CC;
}
</style>