Shades of Lily #CF87B0
Tints of Lily #CF87B0
RGB
CMYK
RGB Variations
Color information
#CF87B0 (or 0xCF87B0) is known color: Lily. HEX triplet: CF, 87 and B0. RGB value is (207,135,176). Sum of RGB (Red+Green+Blue) = 207+135+176=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 135 (53.12% from 255 or 26.06% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CF87B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF87B0 is #30784F. Grayscale: #A1A1A1. Windows color (decimal): -3176528 or 11569103. OLE color: 11569103.
HSL color Cylindrical-coordinate representation of color #CF87B0: hue angle of 325.83º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CF87B0 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 135 | 176 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.19 |
| HSL | 325.83º | 0.43% | 0.67% | - |
| HSV(B) | 325.83º | 0.35% | 0.81% | - |
| XYZ | 42.23 | 33.73 | 45.36 | - |
| YUV | 161.2 | 136.35 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 135 | 176 | 0 | 0.35 | 0.15 | 0.19 | 325.83 | 0.43 | 0.67 |
| Hex | CF | 87 | B0 | 0 | 23 | F | 13 | 146 | 2B | 43 |
| Octal | 317 | 207 | 260 | 0 | 43 | 17 | 23 | 506 | 53 | 103 |
| Binary | 11001111 | 10000111 | 10110000 | 0 | 100011 | 1111 | 10011 | 101000110 | 101011 | 1000011 |
Color Harmonies of #CF87B0
Complementary color
Monochromatic Colors of #CF87B0
Black with #CF87B0
Text Example
Text Example
White with #CF87B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF87B0; }
p { color: rgb(207,135,176); }
H1.HeaderClassName
{
color: #CF87B0;
}
.AnyTagClassName
{
color: #CF87B0;
}
</style>
background-color css
<style>
a { background-color: #CF87B0; }
a { background-color: rgb(207,135,176); }
div.DivClassName
{
background-color: #CF87B0;
}
.BgClassName
{
background-color: #CF87B0;
}
</style>
border-color css
<style>
span { border-color: #CF87B0; }
span { border-color: rgb(207,135,176); }
td.TdClassName
{
border-color: #CF87B0;
}
.TagClassName
{
border-color: #CF87B0;
}
</style>