Shades of Lily #CF7FB7
Tints of Lily #CF7FB7
RGB
CMYK
RGB Variations
Color information
#CF7FB7 (or 0xCF7FB7) is known color: Lily. HEX triplet: CF, 7F and B7. RGB value is (207,127,183). Sum of RGB (Red+Green+Blue) = 207+127+183=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 127 (50% from 255 or 24.56% from 517); Blue value is 183 (71.88% from 255 or 35.40% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7FB7 is #308048. Grayscale: #9D9D9D. Windows color (decimal): -3178569 or 12025807. OLE color: 12025807.
HSL color Cylindrical-coordinate representation of color #CF7FB7: hue angle of 318º 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 #CF7FB7 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 127 | 183 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.19 |
| HSL | 318º | 0.45% | 0.65% | - |
| HSV(B) | 318º | 0.39% | 0.81% | - |
| XYZ | 41.87 | 31.86 | 48.74 | - |
| YUV | 157.3 | 142.5 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 127 | 183 | 0 | 0.39 | 0.12 | 0.19 | 318 | 0.45 | 0.65 |
| Hex | CF | 7F | B7 | 0 | 27 | C | 13 | 13E | 2D | 41 |
| Octal | 317 | 177 | 267 | 0 | 47 | 14 | 23 | 476 | 55 | 101 |
| Binary | 11001111 | 1111111 | 10110111 | 0 | 100111 | 1100 | 10011 | 100111110 | 101101 | 1000001 |
Color Harmonies of #CF7FB7
Complementary color
Monochromatic Colors of #CF7FB7
Black with #CF7FB7
Text Example
Text Example
White with #CF7FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7FB7; }
p { color: rgb(207,127,183); }
H1.HeaderClassName
{
color: #CF7FB7;
}
.AnyTagClassName
{
color: #CF7FB7;
}
</style>
background-color css
<style>
a { background-color: #CF7FB7; }
a { background-color: rgb(207,127,183); }
div.DivClassName
{
background-color: #CF7FB7;
}
.BgClassName
{
background-color: #CF7FB7;
}
</style>
border-color css
<style>
span { border-color: #CF7FB7; }
span { border-color: rgb(207,127,183); }
td.TdClassName
{
border-color: #CF7FB7;
}
.TagClassName
{
border-color: #CF7FB7;
}
</style>