Shades of Lilac #C987D0
Tints of Lilac #C987D0
RGB
CMYK
RGB Variations
Color information
#C987D0 (or 0xC987D0) is known color: Lilac. HEX triplet: C9, 87 and D0. RGB value is (201,135,208). Sum of RGB (Red+Green+Blue) = 201+135+208=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 135 (53.12% from 255 or 24.82% from 544); Blue value is 208 (81.64% from 255 or 38.24% from 544); Max value from RGB is 208 - color contains mainly: blue. Hex color #C987D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C987D0 is #36782F. Grayscale: #A2A2A2. Windows color (decimal): -3569712 or 13666249. OLE color: 13666249.
HSL color Cylindrical-coordinate representation of color #C987D0: hue angle of 294.25º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C987D0 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 135 | 208 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.18 |
| HSL | 294.25º | 0.44% | 0.67% | - |
| HSV(B) | 294.25º | 0.35% | 0.82% | - |
| XYZ | 44.14 | 34.3 | 63.97 | - |
| YUV | 163.06 | 153.37 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 135 | 208 | 0.03 | 0.35 | 0 | 0.18 | 294.25 | 0.44 | 0.67 |
| Hex | C9 | 87 | D0 | 3 | 23 | 0 | 12 | 126 | 2C | 43 |
| Octal | 311 | 207 | 320 | 3 | 43 | 0 | 22 | 446 | 54 | 103 |
| Binary | 11001001 | 10000111 | 11010000 | 11 | 100011 | 0 | 10010 | 100100110 | 101100 | 1000011 |
Color Harmonies of #C987D0
Complementary color
Monochromatic Colors of #C987D0
Black with #C987D0
Text Example
Text Example
White with #C987D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C987D0; }
p { color: rgb(201,135,208); }
H1.HeaderClassName
{
color: #C987D0;
}
.AnyTagClassName
{
color: #C987D0;
}
</style>
background-color css
<style>
a { background-color: #C987D0; }
a { background-color: rgb(201,135,208); }
div.DivClassName
{
background-color: #C987D0;
}
.BgClassName
{
background-color: #C987D0;
}
</style>
border-color css
<style>
span { border-color: #C987D0; }
span { border-color: rgb(201,135,208); }
td.TdClassName
{
border-color: #C987D0;
}
.TagClassName
{
border-color: #C987D0;
}
</style>