Shades of Lilac #C987C7
Tints of Lilac #C987C7
RGB
CMYK
RGB Variations
Color information
#C987C7 (or 0xC987C7) is known color: Lilac. HEX triplet: C9, 87 and C7. RGB value is (201,135,199). Sum of RGB (Red+Green+Blue) = 201+135+199=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 135 (53.12% from 255 or 25.23% from 535); Blue value is 199 (78.12% from 255 or 37.20% from 535); Max value from RGB is 201 - color contains mainly: red. Hex color #C987C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C987C7 is #367838. Grayscale: #A1A1A1. Windows color (decimal): -3569721 or 13076425. OLE color: 13076425.
HSL color Cylindrical-coordinate representation of color #C987C7: hue angle of 301.82º 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 #C987C7 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 135 | 199 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.21 |
| HSL | 301.82º | 0.38% | 0.66% | - |
| HSV(B) | 301.82º | 0.33% | 0.79% | - |
| XYZ | 43.06 | 33.87 | 58.3 | - |
| YUV | 162.03 | 148.87 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 135 | 199 | 0 | 0.33 | 0.01 | 0.21 | 301.82 | 0.38 | 0.66 |
| Hex | C9 | 87 | C7 | 0 | 21 | 1 | 15 | 12E | 26 | 42 |
| Octal | 311 | 207 | 307 | 0 | 41 | 1 | 25 | 456 | 46 | 102 |
| Binary | 11001001 | 10000111 | 11000111 | 0 | 100001 | 1 | 10101 | 100101110 | 100110 | 1000010 |
Color Harmonies of #C987C7
Complementary color
Monochromatic Colors of #C987C7
Black with #C987C7
Text Example
Text Example
White with #C987C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C987C7; }
p { color: rgb(201,135,199); }
H1.HeaderClassName
{
color: #C987C7;
}
.AnyTagClassName
{
color: #C987C7;
}
</style>
background-color css
<style>
a { background-color: #C987C7; }
a { background-color: rgb(201,135,199); }
div.DivClassName
{
background-color: #C987C7;
}
.BgClassName
{
background-color: #C987C7;
}
</style>
border-color css
<style>
span { border-color: #C987C7; }
span { border-color: rgb(201,135,199); }
td.TdClassName
{
border-color: #C987C7;
}
.TagClassName
{
border-color: #C987C7;
}
</style>