Shades of Lilac #C987BF
Tints of Lilac #C987BF
RGB
CMYK
RGB Variations
Color information
#C987BF (or 0xC987BF) is known color: Lilac. HEX triplet: C9, 87 and BF. RGB value is (201,135,191). Sum of RGB (Red+Green+Blue) = 201+135+191=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 135 (53.12% from 255 or 25.62% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 201 - color contains mainly: red. Hex color #C987BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C987BF is #367840. Grayscale: #A0A0A0. Windows color (decimal): -3569729 or 12552137. OLE color: 12552137.
HSL color Cylindrical-coordinate representation of color #C987BF: hue angle of 309.09º 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 #C987BF is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 135 | 191 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.21 |
| HSL | 309.09º | 0.38% | 0.66% | - |
| HSV(B) | 309.09º | 0.33% | 0.79% | - |
| XYZ | 42.16 | 33.51 | 53.54 | - |
| YUV | 161.12 | 144.87 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 135 | 191 | 0 | 0.33 | 0.05 | 0.21 | 309.09 | 0.38 | 0.66 |
| Hex | C9 | 87 | BF | 0 | 21 | 5 | 15 | 135 | 26 | 42 |
| Octal | 311 | 207 | 277 | 0 | 41 | 5 | 25 | 465 | 46 | 102 |
| Binary | 11001001 | 10000111 | 10111111 | 0 | 100001 | 101 | 10101 | 100110101 | 100110 | 1000010 |
Color Harmonies of #C987BF
Complementary color
Monochromatic Colors of #C987BF
Black with #C987BF
Text Example
Text Example
White with #C987BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C987BF; }
p { color: rgb(201,135,191); }
H1.HeaderClassName
{
color: #C987BF;
}
.AnyTagClassName
{
color: #C987BF;
}
</style>
background-color css
<style>
a { background-color: #C987BF; }
a { background-color: rgb(201,135,191); }
div.DivClassName
{
background-color: #C987BF;
}
.BgClassName
{
background-color: #C987BF;
}
</style>
border-color css
<style>
span { border-color: #C987BF; }
span { border-color: rgb(201,135,191); }
td.TdClassName
{
border-color: #C987BF;
}
.TagClassName
{
border-color: #C987BF;
}
</style>