Shades of Lily #CF85B2
Tints of Lily #CF85B2
RGB
CMYK
RGB Variations
Color information
#CF85B2 (or 0xCF85B2) is known color: Lily. HEX triplet: CF, 85 and B2. RGB value is (207,133,178). Sum of RGB (Red+Green+Blue) = 207+133+178=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CF85B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF85B2 is #307A4D. Grayscale: #A0A0A0. Windows color (decimal): -3177038 or 11699663. OLE color: 11699663.
HSL color Cylindrical-coordinate representation of color #CF85B2: hue angle of 323.51º 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 #CF85B2 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 178 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.19 |
| HSL | 323.51º | 0.44% | 0.67% | - |
| HSV(B) | 323.51º | 0.36% | 0.81% | - |
| XYZ | 42.16 | 33.25 | 46.32 | - |
| YUV | 160.26 | 138.02 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 178 | 0 | 0.36 | 0.14 | 0.19 | 323.51 | 0.44 | 0.67 |
| Hex | CF | 85 | B2 | 0 | 24 | E | 13 | 144 | 2C | 43 |
| Octal | 317 | 205 | 262 | 0 | 44 | 16 | 23 | 504 | 54 | 103 |
| Binary | 11001111 | 10000101 | 10110010 | 0 | 100100 | 1110 | 10011 | 101000100 | 101100 | 1000011 |
Color Harmonies of #CF85B2
Complementary color
Monochromatic Colors of #CF85B2
Black with #CF85B2
Text Example
Text Example
White with #CF85B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF85B2; }
p { color: rgb(207,133,178); }
H1.HeaderClassName
{
color: #CF85B2;
}
.AnyTagClassName
{
color: #CF85B2;
}
</style>
background-color css
<style>
a { background-color: #CF85B2; }
a { background-color: rgb(207,133,178); }
div.DivClassName
{
background-color: #CF85B2;
}
.BgClassName
{
background-color: #CF85B2;
}
</style>
border-color css
<style>
span { border-color: #CF85B2; }
span { border-color: rgb(207,133,178); }
td.TdClassName
{
border-color: #CF85B2;
}
.TagClassName
{
border-color: #CF85B2;
}
</style>