Shades of Lily #CF87B8
Tints of Lily #CF87B8
RGB
CMYK
RGB Variations
Color information
#CF87B8 (or 0xCF87B8) is known color: Lily. HEX triplet: CF, 87 and B8. RGB value is (207,135,184). Sum of RGB (Red+Green+Blue) = 207+135+184=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 135 (53.12% from 255 or 25.67% from 526); Blue value is 184 (72.27% from 255 or 34.98% from 526); Max value from RGB is 207 - color contains mainly: red. Hex color #CF87B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF87B8 is #307847. Grayscale: #A1A1A1. Windows color (decimal): -3176520 or 12093391. OLE color: 12093391.
HSL color Cylindrical-coordinate representation of color #CF87B8: hue angle of 319.17º 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 #CF87B8 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 135 | 184 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.19 |
| HSL | 319.17º | 0.43% | 0.67% | - |
| HSV(B) | 319.17º | 0.35% | 0.81% | - |
| XYZ | 43.05 | 34.05 | 49.65 | - |
| YUV | 162.11 | 140.35 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 135 | 184 | 0 | 0.35 | 0.11 | 0.19 | 319.17 | 0.43 | 0.67 |
| Hex | CF | 87 | B8 | 0 | 23 | B | 13 | 13F | 2B | 43 |
| Octal | 317 | 207 | 270 | 0 | 43 | 13 | 23 | 477 | 53 | 103 |
| Binary | 11001111 | 10000111 | 10111000 | 0 | 100011 | 1011 | 10011 | 100111111 | 101011 | 1000011 |
Color Harmonies of #CF87B8
Complementary color
Monochromatic Colors of #CF87B8
Black with #CF87B8
Text Example
Text Example
White with #CF87B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF87B8; }
p { color: rgb(207,135,184); }
H1.HeaderClassName
{
color: #CF87B8;
}
.AnyTagClassName
{
color: #CF87B8;
}
</style>
background-color css
<style>
a { background-color: #CF87B8; }
a { background-color: rgb(207,135,184); }
div.DivClassName
{
background-color: #CF87B8;
}
.BgClassName
{
background-color: #CF87B8;
}
</style>
border-color css
<style>
span { border-color: #CF87B8; }
span { border-color: rgb(207,135,184); }
td.TdClassName
{
border-color: #CF87B8;
}
.TagClassName
{
border-color: #CF87B8;
}
</style>