Shades of Lily #CF85B0
Tints of Lily #CF85B0
RGB
CMYK
RGB Variations
Color information
#CF85B0 (or 0xCF85B0) is known color: Lily. HEX triplet: CF, 85 and B0. RGB value is (207,133,176). Sum of RGB (Red+Green+Blue) = 207+133+176=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 133 (52.34% from 255 or 25.78% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CF85B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF85B0 is #307A4F. Grayscale: #9F9F9F. Windows color (decimal): -3177040 or 11568591. OLE color: 11568591.
HSL color Cylindrical-coordinate representation of color #CF85B0: hue angle of 325.14º 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 #CF85B0 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 176 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.19 |
| HSL | 325.14º | 0.44% | 0.67% | - |
| HSV(B) | 325.14º | 0.36% | 0.81% | - |
| XYZ | 41.96 | 33.18 | 45.27 | - |
| YUV | 160.03 | 137.02 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 176 | 0 | 0.36 | 0.15 | 0.19 | 325.14 | 0.44 | 0.67 |
| Hex | CF | 85 | B0 | 0 | 24 | F | 13 | 145 | 2C | 43 |
| Octal | 317 | 205 | 260 | 0 | 44 | 17 | 23 | 505 | 54 | 103 |
| Binary | 11001111 | 10000101 | 10110000 | 0 | 100100 | 1111 | 10011 | 101000101 | 101100 | 1000011 |
Color Harmonies of #CF85B0
Complementary color
Monochromatic Colors of #CF85B0
Black with #CF85B0
Text Example
Text Example
White with #CF85B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF85B0; }
p { color: rgb(207,133,176); }
H1.HeaderClassName
{
color: #CF85B0;
}
.AnyTagClassName
{
color: #CF85B0;
}
</style>
background-color css
<style>
a { background-color: #CF85B0; }
a { background-color: rgb(207,133,176); }
div.DivClassName
{
background-color: #CF85B0;
}
.BgClassName
{
background-color: #CF85B0;
}
</style>
border-color css
<style>
span { border-color: #CF85B0; }
span { border-color: rgb(207,133,176); }
td.TdClassName
{
border-color: #CF85B0;
}
.TagClassName
{
border-color: #CF85B0;
}
</style>