Shades of Lilac #C887BF
Tints of Lilac #C887BF
RGB
CMYK
RGB Variations
Color information
#C887BF (or 0xC887BF) is known color: Lilac. HEX triplet: C8, 87 and BF. RGB value is (200,135,191). Sum of RGB (Red+Green+Blue) = 200+135+191=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 135 (53.12% from 255 or 25.67% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 200 - color contains mainly: red. Hex color #C887BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C887BF is #377840. Grayscale: #A0A0A0. Windows color (decimal): -3635265 or 12552136. OLE color: 12552136.
HSL color Cylindrical-coordinate representation of color #C887BF: hue angle of 308.31º 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 #C887BF is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 135 | 191 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.22 |
| HSL | 308.31º | 0.37% | 0.66% | - |
| HSV(B) | 308.31º | 0.33% | 0.78% | - |
| XYZ | 41.89 | 33.37 | 53.52 | - |
| YUV | 160.82 | 145.03 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 135 | 191 | 0 | 0.32 | 0.04 | 0.22 | 308.31 | 0.37 | 0.66 |
| Hex | C8 | 87 | BF | 0 | 20 | 4 | 16 | 134 | 25 | 42 |
| Octal | 310 | 207 | 277 | 0 | 40 | 4 | 26 | 464 | 45 | 102 |
| Binary | 11001000 | 10000111 | 10111111 | 0 | 100000 | 100 | 10110 | 100110100 | 100101 | 1000010 |
Color Harmonies of #C887BF
Complementary color
Monochromatic Colors of #C887BF
Black with #C887BF
Text Example
Text Example
White with #C887BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C887BF; }
p { color: rgb(200,135,191); }
H1.HeaderClassName
{
color: #C887BF;
}
.AnyTagClassName
{
color: #C887BF;
}
</style>
background-color css
<style>
a { background-color: #C887BF; }
a { background-color: rgb(200,135,191); }
div.DivClassName
{
background-color: #C887BF;
}
.BgClassName
{
background-color: #C887BF;
}
</style>
border-color css
<style>
span { border-color: #C887BF; }
span { border-color: rgb(200,135,191); }
td.TdClassName
{
border-color: #C887BF;
}
.TagClassName
{
border-color: #C887BF;
}
</style>