Shades of Lily #C887B6
Tints of Lily #C887B6
RGB
CMYK
RGB Variations
Color information
#C887B6 (or 0xC887B6) is known color: Lily. HEX triplet: C8, 87 and B6. RGB value is (200,135,182). Sum of RGB (Red+Green+Blue) = 200+135+182=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 135 (53.12% from 255 or 26.11% from 517); Blue value is 182 (71.48% from 255 or 35.20% from 517); Max value from RGB is 200 - color contains mainly: red. Hex color #C887B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C887B6 is #377849. Grayscale: #9F9F9F. Windows color (decimal): -3635274 or 11962312. OLE color: 11962312.
HSL color Cylindrical-coordinate representation of color #C887B6: hue angle of 316.62º 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 #C887B6 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 135 | 182 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.22 |
| HSL | 316.62º | 0.37% | 0.66% | - |
| HSV(B) | 316.62º | 0.33% | 0.78% | - |
| XYZ | 40.93 | 32.98 | 48.47 | - |
| YUV | 159.79 | 140.53 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 135 | 182 | 0 | 0.32 | 0.09 | 0.22 | 316.62 | 0.37 | 0.66 |
| Hex | C8 | 87 | B6 | 0 | 20 | 9 | 16 | 13D | 25 | 42 |
| Octal | 310 | 207 | 266 | 0 | 40 | 11 | 26 | 475 | 45 | 102 |
| Binary | 11001000 | 10000111 | 10110110 | 0 | 100000 | 1001 | 10110 | 100111101 | 100101 | 1000010 |
Color Harmonies of #C887B6
Complementary color
Monochromatic Colors of #C887B6
Black with #C887B6
Text Example
Text Example
White with #C887B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C887B6; }
p { color: rgb(200,135,182); }
H1.HeaderClassName
{
color: #C887B6;
}
.AnyTagClassName
{
color: #C887B6;
}
</style>
background-color css
<style>
a { background-color: #C887B6; }
a { background-color: rgb(200,135,182); }
div.DivClassName
{
background-color: #C887B6;
}
.BgClassName
{
background-color: #C887B6;
}
</style>
border-color css
<style>
span { border-color: #C887B6; }
span { border-color: rgb(200,135,182); }
td.TdClassName
{
border-color: #C887B6;
}
.TagClassName
{
border-color: #C887B6;
}
</style>