Shades of Lily #CF85B9
Tints of Lily #CF85B9
RGB
CMYK
RGB Variations
Color information
#CF85B9 (or 0xCF85B9) is known color: Lily. HEX triplet: CF, 85 and B9. RGB value is (207,133,185). Sum of RGB (Red+Green+Blue) = 207+133+185=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CF85B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF85B9 is #307A46. Grayscale: #A0A0A0. Windows color (decimal): -3177031 or 12158415. OLE color: 12158415.
HSL color Cylindrical-coordinate representation of color #CF85B9: hue angle of 317.84º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF85B9 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 185 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.19 |
| HSL | 317.84º | 0.44% | 0.67% | - |
| HSV(B) | 317.84º | 0.36% | 0.81% | - |
| XYZ | 42.88 | 33.54 | 50.11 | - |
| YUV | 161.05 | 141.52 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 185 | 0 | 0.36 | 0.11 | 0.19 | 317.84 | 0.44 | 0.67 |
| Hex | CF | 85 | B9 | 0 | 24 | B | 13 | 13E | 2C | 43 |
| Octal | 317 | 205 | 271 | 0 | 44 | 13 | 23 | 476 | 54 | 103 |
| Binary | 11001111 | 10000101 | 10111001 | 0 | 100100 | 1011 | 10011 | 100111110 | 101100 | 1000011 |
Color Harmonies of #CF85B9
Complementary color
Monochromatic Colors of #CF85B9
Black with #CF85B9
Text Example
Text Example
White with #CF85B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF85B9; }
p { color: rgb(207,133,185); }
H1.HeaderClassName
{
color: #CF85B9;
}
.AnyTagClassName
{
color: #CF85B9;
}
</style>
background-color css
<style>
a { background-color: #CF85B9; }
a { background-color: rgb(207,133,185); }
div.DivClassName
{
background-color: #CF85B9;
}
.BgClassName
{
background-color: #CF85B9;
}
</style>
border-color css
<style>
span { border-color: #CF85B9; }
span { border-color: rgb(207,133,185); }
td.TdClassName
{
border-color: #CF85B9;
}
.TagClassName
{
border-color: #CF85B9;
}
</style>