Shades of Lily #C887B5
Tints of Lily #C887B5
RGB
CMYK
RGB Variations
Color information
#C887B5 (or 0xC887B5) is known color: Lily. HEX triplet: C8, 87 and B5. RGB value is (200,135,181). Sum of RGB (Red+Green+Blue) = 200+135+181=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 135 (53.12% from 255 or 26.16% from 516); Blue value is 181 (71.09% from 255 or 35.08% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C887B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C887B5 is #37784A. Grayscale: #9F9F9F. Windows color (decimal): -3635275 or 11896776. OLE color: 11896776.
HSL color Cylindrical-coordinate representation of color #C887B5: hue angle of 317.54º 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 #C887B5 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 135 | 181 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.22 |
| HSL | 317.54º | 0.37% | 0.66% | - |
| HSV(B) | 317.54º | 0.33% | 0.78% | - |
| XYZ | 40.82 | 32.94 | 47.92 | - |
| YUV | 159.68 | 140.03 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 135 | 181 | 0 | 0.32 | 0.09 | 0.22 | 317.54 | 0.37 | 0.66 |
| Hex | C8 | 87 | B5 | 0 | 20 | 9 | 16 | 13E | 25 | 42 |
| Octal | 310 | 207 | 265 | 0 | 40 | 11 | 26 | 476 | 45 | 102 |
| Binary | 11001000 | 10000111 | 10110101 | 0 | 100000 | 1001 | 10110 | 100111110 | 100101 | 1000010 |
Color Harmonies of #C887B5
Complementary color
Monochromatic Colors of #C887B5
Black with #C887B5
Text Example
Text Example
White with #C887B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C887B5; }
p { color: rgb(200,135,181); }
H1.HeaderClassName
{
color: #C887B5;
}
.AnyTagClassName
{
color: #C887B5;
}
</style>
background-color css
<style>
a { background-color: #C887B5; }
a { background-color: rgb(200,135,181); }
div.DivClassName
{
background-color: #C887B5;
}
.BgClassName
{
background-color: #C887B5;
}
</style>
border-color css
<style>
span { border-color: #C887B5; }
span { border-color: rgb(200,135,181); }
td.TdClassName
{
border-color: #C887B5;
}
.TagClassName
{
border-color: #C887B5;
}
</style>