Shades of Lily #CF7CB8
Tints of Lily #CF7CB8
RGB
CMYK
RGB Variations
Color information
#CF7CB8 (or 0xCF7CB8) is known color: Lily. HEX triplet: CF, 7C and B8. RGB value is (207,124,184). Sum of RGB (Red+Green+Blue) = 207+124+184=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 184 (72.27% from 255 or 35.73% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7CB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7CB8 is #308347. Grayscale: #9B9B9B. Windows color (decimal): -3179336 or 12090575. OLE color: 12090575.
HSL color Cylindrical-coordinate representation of color #CF7CB8: hue angle of 316.63º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF7CB8 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 124 | 184 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.19 |
| HSL | 316.63º | 0.46% | 0.65% | - |
| HSV(B) | 316.63º | 0.4% | 0.81% | - |
| XYZ | 41.59 | 31.14 | 49.17 | - |
| YUV | 155.66 | 144 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 124 | 184 | 0 | 0.40 | 0.11 | 0.19 | 316.63 | 0.46 | 0.65 |
| Hex | CF | 7C | B8 | 0 | 28 | B | 13 | 13D | 2E | 41 |
| Octal | 317 | 174 | 270 | 0 | 50 | 13 | 23 | 475 | 56 | 101 |
| Binary | 11001111 | 1111100 | 10111000 | 0 | 101000 | 1011 | 10011 | 100111101 | 101110 | 1000001 |
Color Harmonies of #CF7CB8
Complementary color
Monochromatic Colors of #CF7CB8
Black with #CF7CB8
Text Example
Text Example
White with #CF7CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7CB8; }
p { color: rgb(207,124,184); }
H1.HeaderClassName
{
color: #CF7CB8;
}
.AnyTagClassName
{
color: #CF7CB8;
}
</style>
background-color css
<style>
a { background-color: #CF7CB8; }
a { background-color: rgb(207,124,184); }
div.DivClassName
{
background-color: #CF7CB8;
}
.BgClassName
{
background-color: #CF7CB8;
}
</style>
border-color css
<style>
span { border-color: #CF7CB8; }
span { border-color: rgb(207,124,184); }
td.TdClassName
{
border-color: #CF7CB8;
}
.TagClassName
{
border-color: #CF7CB8;
}
</style>