Shades of Lilac #C887BE
Tints of Lilac #C887BE
RGB
CMYK
RGB Variations
Color information
#C887BE (or 0xC887BE) is known color: Lilac. HEX triplet: C8, 87 and BE. RGB value is (200,135,190). Sum of RGB (Red+Green+Blue) = 200+135+190=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 135 (53.12% from 255 or 25.71% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 200 - color contains mainly: red. Hex color #C887BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C887BE is #377841. Grayscale: #A0A0A0. Windows color (decimal): -3635266 or 12486600. OLE color: 12486600.
HSL color Cylindrical-coordinate representation of color #C887BE: hue angle of 309.23º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C887BE is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 135 | 190 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.22 |
| HSL | 309.23º | 0.37% | 0.66% | - |
| HSV(B) | 309.23º | 0.33% | 0.78% | - |
| XYZ | 41.78 | 33.33 | 52.95 | - |
| YUV | 160.71 | 144.53 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 135 | 190 | 0 | 0.32 | 0.05 | 0.22 | 309.23 | 0.37 | 0.66 |
| Hex | C8 | 87 | BE | 0 | 20 | 5 | 16 | 135 | 25 | 42 |
| Octal | 310 | 207 | 276 | 0 | 40 | 5 | 26 | 465 | 45 | 102 |
| Binary | 11001000 | 10000111 | 10111110 | 0 | 100000 | 101 | 10110 | 100110101 | 100101 | 1000010 |
Color Harmonies of #C887BE
Complementary color
Monochromatic Colors of #C887BE
Black with #C887BE
Text Example
Text Example
White with #C887BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C887BE; }
p { color: rgb(200,135,190); }
H1.HeaderClassName
{
color: #C887BE;
}
.AnyTagClassName
{
color: #C887BE;
}
</style>
background-color css
<style>
a { background-color: #C887BE; }
a { background-color: rgb(200,135,190); }
div.DivClassName
{
background-color: #C887BE;
}
.BgClassName
{
background-color: #C887BE;
}
</style>
border-color css
<style>
span { border-color: #C887BE; }
span { border-color: rgb(200,135,190); }
td.TdClassName
{
border-color: #C887BE;
}
.TagClassName
{
border-color: #C887BE;
}
</style>