Shades of Lily #C87FB0
Tints of Lily #C87FB0
RGB
CMYK
RGB Variations
Color information
#C87FB0 (or 0xC87FB0) is known color: Lily. HEX triplet: C8, 7F and B0. RGB value is (200,127,176). Sum of RGB (Red+Green+Blue) = 200+127+176=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 127 (50% from 255 or 25.25% from 503); Blue value is 176 (69.14% from 255 or 34.99% from 503); Max value from RGB is 200 - color contains mainly: red. Hex color #C87FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87FB0 is #37804F. Grayscale: #9A9A9A. Windows color (decimal): -3637328 or 11567048. OLE color: 11567048.
HSL color Cylindrical-coordinate representation of color #C87FB0: hue angle of 319.73º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C87FB0 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 127 | 176 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.22 |
| HSL | 319.73º | 0.4% | 0.64% | - |
| HSV(B) | 319.73º | 0.37% | 0.78% | - |
| XYZ | 39.25 | 30.59 | 44.91 | - |
| YUV | 154.41 | 140.18 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 127 | 176 | 0 | 0.36 | 0.12 | 0.22 | 319.73 | 0.4 | 0.64 |
| Hex | C8 | 7F | B0 | 0 | 24 | C | 16 | 140 | 28 | 40 |
| Octal | 310 | 177 | 260 | 0 | 44 | 14 | 26 | 500 | 50 | 100 |
| Binary | 11001000 | 1111111 | 10110000 | 0 | 100100 | 1100 | 10110 | 101000000 | 101000 | 1000000 |
Color Harmonies of #C87FB0
Complementary color
Monochromatic Colors of #C87FB0
Black with #C87FB0
Text Example
Text Example
White with #C87FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87FB0; }
p { color: rgb(200,127,176); }
H1.HeaderClassName
{
color: #C87FB0;
}
.AnyTagClassName
{
color: #C87FB0;
}
</style>
background-color css
<style>
a { background-color: #C87FB0; }
a { background-color: rgb(200,127,176); }
div.DivClassName
{
background-color: #C87FB0;
}
.BgClassName
{
background-color: #C87FB0;
}
</style>
border-color css
<style>
span { border-color: #C87FB0; }
span { border-color: rgb(200,127,176); }
td.TdClassName
{
border-color: #C87FB0;
}
.TagClassName
{
border-color: #C87FB0;
}
</style>