Shades of Lily #CF7FB0
Tints of Lily #CF7FB0
RGB
CMYK
RGB Variations
Color information
#CF7FB0 (or 0xCF7FB0) is known color: Lily. HEX triplet: CF, 7F and B0. RGB value is (207,127,176). Sum of RGB (Red+Green+Blue) = 207+127+176=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 176 (69.14% from 255 or 34.51% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7FB0 is #30804F. Grayscale: #9C9C9C. Windows color (decimal): -3178576 or 11567055. OLE color: 11567055.
HSL color Cylindrical-coordinate representation of color #CF7FB0: hue angle of 323.25º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF7FB0 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 127 | 176 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.19 |
| HSL | 323.25º | 0.45% | 0.65% | - |
| HSV(B) | 323.25º | 0.39% | 0.81% | - |
| XYZ | 41.16 | 31.58 | 45 | - |
| YUV | 156.51 | 139 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 127 | 176 | 0 | 0.39 | 0.15 | 0.19 | 323.25 | 0.45 | 0.65 |
| Hex | CF | 7F | B0 | 0 | 27 | F | 13 | 143 | 2D | 41 |
| Octal | 317 | 177 | 260 | 0 | 47 | 17 | 23 | 503 | 55 | 101 |
| Binary | 11001111 | 1111111 | 10110000 | 0 | 100111 | 1111 | 10011 | 101000011 | 101101 | 1000001 |
Color Harmonies of #CF7FB0
Complementary color
Monochromatic Colors of #CF7FB0
Black with #CF7FB0
Text Example
Text Example
White with #CF7FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7FB0; }
p { color: rgb(207,127,176); }
H1.HeaderClassName
{
color: #CF7FB0;
}
.AnyTagClassName
{
color: #CF7FB0;
}
</style>
background-color css
<style>
a { background-color: #CF7FB0; }
a { background-color: rgb(207,127,176); }
div.DivClassName
{
background-color: #CF7FB0;
}
.BgClassName
{
background-color: #CF7FB0;
}
</style>
border-color css
<style>
span { border-color: #CF7FB0; }
span { border-color: rgb(207,127,176); }
td.TdClassName
{
border-color: #CF7FB0;
}
.TagClassName
{
border-color: #CF7FB0;
}
</style>