Shades of Lilac #C986CA
Tints of Lilac #C986CA
RGB
CMYK
RGB Variations
Color information
#C986CA (or 0xC986CA) is known color: Lilac. HEX triplet: C9, 86 and CA. RGB value is (201,134,202). Sum of RGB (Red+Green+Blue) = 201+134+202=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 134 (52.73% from 255 or 24.95% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: blue. Hex color #C986CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C986CA is #367935. Grayscale: #A1A1A1. Windows color (decimal): -3569974 or 13272777. OLE color: 13272777.
HSL color Cylindrical-coordinate representation of color #C986CA: hue angle of 299.12º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C986CA is Cyan = 0.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 134 | 202 | - |
| CMYK | 0.00 | 0.34 | 0 | 0.21 |
| HSL | 299.12º | 0.39% | 0.66% | - |
| HSV(B) | 299.12º | 0.34% | 0.79% | - |
| XYZ | 43.27 | 33.73 | 60.11 | - |
| YUV | 161.79 | 150.7 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 134 | 202 | 0.00 | 0.34 | 0 | 0.21 | 299.12 | 0.39 | 0.66 |
| Hex | C9 | 86 | CA | 0 | 22 | 0 | 15 | 12B | 27 | 42 |
| Octal | 311 | 206 | 312 | 0 | 42 | 0 | 25 | 453 | 47 | 102 |
| Binary | 11001001 | 10000110 | 11001010 | 0 | 100010 | 0 | 10101 | 100101011 | 100111 | 1000010 |
Color Harmonies of #C986CA
Complementary color
Monochromatic Colors of #C986CA
Black with #C986CA
Text Example
Text Example
White with #C986CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C986CA; }
p { color: rgb(201,134,202); }
H1.HeaderClassName
{
color: #C986CA;
}
.AnyTagClassName
{
color: #C986CA;
}
</style>
background-color css
<style>
a { background-color: #C986CA; }
a { background-color: rgb(201,134,202); }
div.DivClassName
{
background-color: #C986CA;
}
.BgClassName
{
background-color: #C986CA;
}
</style>
border-color css
<style>
span { border-color: #C986CA; }
span { border-color: rgb(201,134,202); }
td.TdClassName
{
border-color: #C986CA;
}
.TagClassName
{
border-color: #C986CA;
}
</style>