Shades of Lily #CF85BD
Tints of Lily #CF85BD
RGB
CMYK
RGB Variations
Color information
#CF85BD (or 0xCF85BD) is known color: Lily. HEX triplet: CF, 85 and BD. RGB value is (207,133,189). Sum of RGB (Red+Green+Blue) = 207+133+189=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 207 - color contains mainly: red. Hex color #CF85BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF85BD is #307A42. Grayscale: #A1A1A1. Windows color (decimal): -3177027 or 12420559. OLE color: 12420559.
HSL color Cylindrical-coordinate representation of color #CF85BD: hue angle of 314.59º 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 #CF85BD is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 189 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.19 |
| HSL | 314.59º | 0.44% | 0.67% | - |
| HSV(B) | 314.59º | 0.36% | 0.81% | - |
| XYZ | 43.3 | 33.71 | 52.37 | - |
| YUV | 161.51 | 143.52 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 189 | 0 | 0.36 | 0.09 | 0.19 | 314.59 | 0.44 | 0.67 |
| Hex | CF | 85 | BD | 0 | 24 | 9 | 13 | 13B | 2C | 43 |
| Octal | 317 | 205 | 275 | 0 | 44 | 11 | 23 | 473 | 54 | 103 |
| Binary | 11001111 | 10000101 | 10111101 | 0 | 100100 | 1001 | 10011 | 100111011 | 101100 | 1000011 |
Color Harmonies of #CF85BD
Complementary color
Monochromatic Colors of #CF85BD
Black with #CF85BD
Text Example
Text Example
White with #CF85BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF85BD; }
p { color: rgb(207,133,189); }
H1.HeaderClassName
{
color: #CF85BD;
}
.AnyTagClassName
{
color: #CF85BD;
}
</style>
background-color css
<style>
a { background-color: #CF85BD; }
a { background-color: rgb(207,133,189); }
div.DivClassName
{
background-color: #CF85BD;
}
.BgClassName
{
background-color: #CF85BD;
}
</style>
border-color css
<style>
span { border-color: #CF85BD; }
span { border-color: rgb(207,133,189); }
td.TdClassName
{
border-color: #CF85BD;
}
.TagClassName
{
border-color: #CF85BD;
}
</style>