Shades of Lilac #C987C4
Tints of Lilac #C987C4
RGB
CMYK
RGB Variations
Color information
#C987C4 (or 0xC987C4) is known color: Lilac. HEX triplet: C9, 87 and C4. RGB value is (201,135,196). Sum of RGB (Red+Green+Blue) = 201+135+196=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 135 (53.12% from 255 or 25.38% from 532); Blue value is 196 (76.95% from 255 or 36.84% from 532); Max value from RGB is 201 - color contains mainly: red. Hex color #C987C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C987C4 is #36783B. Grayscale: #A1A1A1. Windows color (decimal): -3569724 or 12879817. OLE color: 12879817.
HSL color Cylindrical-coordinate representation of color #C987C4: hue angle of 304.55º 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 #C987C4 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 135 | 196 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.21 |
| HSL | 304.55º | 0.38% | 0.66% | - |
| HSV(B) | 304.55º | 0.33% | 0.79% | - |
| XYZ | 42.72 | 33.73 | 56.48 | - |
| YUV | 161.69 | 147.37 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 135 | 196 | 0 | 0.33 | 0.02 | 0.21 | 304.55 | 0.38 | 0.66 |
| Hex | C9 | 87 | C4 | 0 | 21 | 2 | 15 | 131 | 26 | 42 |
| Octal | 311 | 207 | 304 | 0 | 41 | 2 | 25 | 461 | 46 | 102 |
| Binary | 11001001 | 10000111 | 11000100 | 0 | 100001 | 10 | 10101 | 100110001 | 100110 | 1000010 |
Color Harmonies of #C987C4
Complementary color
Monochromatic Colors of #C987C4
Black with #C987C4
Text Example
Text Example
White with #C987C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C987C4; }
p { color: rgb(201,135,196); }
H1.HeaderClassName
{
color: #C987C4;
}
.AnyTagClassName
{
color: #C987C4;
}
</style>
background-color css
<style>
a { background-color: #C987C4; }
a { background-color: rgb(201,135,196); }
div.DivClassName
{
background-color: #C987C4;
}
.BgClassName
{
background-color: #C987C4;
}
</style>
border-color css
<style>
span { border-color: #C987C4; }
span { border-color: rgb(201,135,196); }
td.TdClassName
{
border-color: #C987C4;
}
.TagClassName
{
border-color: #C987C4;
}
</style>