Shades of Lily #CF7FB6
Tints of Lily #CF7FB6
RGB
CMYK
RGB Variations
Color information
#CF7FB6 (or 0xCF7FB6) is known color: Lily. HEX triplet: CF, 7F and B6. RGB value is (207,127,182). Sum of RGB (Red+Green+Blue) = 207+127+182=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 127 (50% from 255 or 24.61% from 516); Blue value is 182 (71.48% from 255 or 35.27% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7FB6 is #308049. Grayscale: #9D9D9D. Windows color (decimal): -3178570 or 11960271. OLE color: 11960271.
HSL color Cylindrical-coordinate representation of color #CF7FB6: hue angle of 318.75º 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 #CF7FB6 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 127 | 182 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.19 |
| HSL | 318.75º | 0.45% | 0.65% | - |
| HSV(B) | 318.75º | 0.39% | 0.81% | - |
| XYZ | 41.77 | 31.82 | 48.2 | - |
| YUV | 157.19 | 142 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 127 | 182 | 0 | 0.39 | 0.12 | 0.19 | 318.75 | 0.45 | 0.65 |
| Hex | CF | 7F | B6 | 0 | 27 | C | 13 | 13F | 2D | 41 |
| Octal | 317 | 177 | 266 | 0 | 47 | 14 | 23 | 477 | 55 | 101 |
| Binary | 11001111 | 1111111 | 10110110 | 0 | 100111 | 1100 | 10011 | 100111111 | 101101 | 1000001 |
Color Harmonies of #CF7FB6
Complementary color
Monochromatic Colors of #CF7FB6
Black with #CF7FB6
Text Example
Text Example
White with #CF7FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7FB6; }
p { color: rgb(207,127,182); }
H1.HeaderClassName
{
color: #CF7FB6;
}
.AnyTagClassName
{
color: #CF7FB6;
}
</style>
background-color css
<style>
a { background-color: #CF7FB6; }
a { background-color: rgb(207,127,182); }
div.DivClassName
{
background-color: #CF7FB6;
}
.BgClassName
{
background-color: #CF7FB6;
}
</style>
border-color css
<style>
span { border-color: #CF7FB6; }
span { border-color: rgb(207,127,182); }
td.TdClassName
{
border-color: #CF7FB6;
}
.TagClassName
{
border-color: #CF7FB6;
}
</style>