Shades of Lily #CF85B7
Tints of Lily #CF85B7
RGB
CMYK
RGB Variations
Color information
#CF85B7 (or 0xCF85B7) is known color: Lily. HEX triplet: CF, 85 and B7. RGB value is (207,133,183). Sum of RGB (Red+Green+Blue) = 207+133+183=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 183 (71.88% from 255 or 34.99% from 523); Max value from RGB is 207 - color contains mainly: red. Hex color #CF85B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF85B7 is #307A48. Grayscale: #A0A0A0. Windows color (decimal): -3177033 or 12027343. OLE color: 12027343.
HSL color Cylindrical-coordinate representation of color #CF85B7: hue angle of 319.46º 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 #CF85B7 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 183 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.19 |
| HSL | 319.46º | 0.44% | 0.67% | - |
| HSV(B) | 319.46º | 0.36% | 0.81% | - |
| XYZ | 42.67 | 33.46 | 49.01 | - |
| YUV | 160.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 183 | 0 | 0.36 | 0.12 | 0.19 | 319.46 | 0.44 | 0.67 |
| Hex | CF | 85 | B7 | 0 | 24 | C | 13 | 13F | 2C | 43 |
| Octal | 317 | 205 | 267 | 0 | 44 | 14 | 23 | 477 | 54 | 103 |
| Binary | 11001111 | 10000101 | 10110111 | 0 | 100100 | 1100 | 10011 | 100111111 | 101100 | 1000011 |
Color Harmonies of #CF85B7
Complementary color
Monochromatic Colors of #CF85B7
Black with #CF85B7
Text Example
Text Example
White with #CF85B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF85B7; }
p { color: rgb(207,133,183); }
H1.HeaderClassName
{
color: #CF85B7;
}
.AnyTagClassName
{
color: #CF85B7;
}
</style>
background-color css
<style>
a { background-color: #CF85B7; }
a { background-color: rgb(207,133,183); }
div.DivClassName
{
background-color: #CF85B7;
}
.BgClassName
{
background-color: #CF85B7;
}
</style>
border-color css
<style>
span { border-color: #CF85B7; }
span { border-color: rgb(207,133,183); }
td.TdClassName
{
border-color: #CF85B7;
}
.TagClassName
{
border-color: #CF85B7;
}
</style>