Shades of Lilac #C487BF
Tints of Lilac #C487BF
RGB
CMYK
RGB Variations
Color information
#C487BF (or 0xC487BF) is known color: Lilac. HEX triplet: C4, 87 and BF. RGB value is (196,135,191). Sum of RGB (Red+Green+Blue) = 196+135+191=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 135 (53.12% from 255 or 25.86% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 196 - color contains mainly: red. Hex color #C487BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C487BF is #3B7840. Grayscale: #9F9F9F. Windows color (decimal): -3897409 or 12552132. OLE color: 12552132.
HSL color Cylindrical-coordinate representation of color #C487BF: hue angle of 304.92º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C487BF is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 135 | 191 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.23 |
| HSL | 304.92º | 0.34% | 0.65% | - |
| HSV(B) | 304.92º | 0.31% | 0.77% | - |
| XYZ | 40.83 | 32.83 | 53.47 | - |
| YUV | 159.62 | 145.71 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 135 | 191 | 0 | 0.31 | 0.03 | 0.23 | 304.92 | 0.34 | 0.65 |
| Hex | C4 | 87 | BF | 0 | 1F | 3 | 17 | 131 | 22 | 41 |
| Octal | 304 | 207 | 277 | 0 | 37 | 3 | 27 | 461 | 42 | 101 |
| Binary | 11000100 | 10000111 | 10111111 | 0 | 11111 | 11 | 10111 | 100110001 | 100010 | 1000001 |
Color Harmonies of #C487BF
Complementary color
Monochromatic Colors of #C487BF
Black with #C487BF
Text Example
Text Example
White with #C487BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C487BF; }
p { color: rgb(196,135,191); }
H1.HeaderClassName
{
color: #C487BF;
}
.AnyTagClassName
{
color: #C487BF;
}
</style>
background-color css
<style>
a { background-color: #C487BF; }
a { background-color: rgb(196,135,191); }
div.DivClassName
{
background-color: #C487BF;
}
.BgClassName
{
background-color: #C487BF;
}
</style>
border-color css
<style>
span { border-color: #C487BF; }
span { border-color: rgb(196,135,191); }
td.TdClassName
{
border-color: #C487BF;
}
.TagClassName
{
border-color: #C487BF;
}
</style>