Shades of Lily #CF85BA
Tints of Lily #CF85BA
RGB
CMYK
RGB Variations
Color information
#CF85BA (or 0xCF85BA) is known color: Lily. HEX triplet: CF, 85 and BA. RGB value is (207,133,186). Sum of RGB (Red+Green+Blue) = 207+133+186=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 207 - color contains mainly: red. Hex color #CF85BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF85BA is #307A45. Grayscale: #A1A1A1. Windows color (decimal): -3177030 or 12223951. OLE color: 12223951.
HSL color Cylindrical-coordinate representation of color #CF85BA: hue angle of 317.03º 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 #CF85BA is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 186 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.19 |
| HSL | 317.03º | 0.44% | 0.67% | - |
| HSV(B) | 317.03º | 0.36% | 0.81% | - |
| XYZ | 42.98 | 33.59 | 50.67 | - |
| YUV | 161.17 | 142.02 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 186 | 0 | 0.36 | 0.10 | 0.19 | 317.03 | 0.44 | 0.67 |
| Hex | CF | 85 | BA | 0 | 24 | A | 13 | 13D | 2C | 43 |
| Octal | 317 | 205 | 272 | 0 | 44 | 12 | 23 | 475 | 54 | 103 |
| Binary | 11001111 | 10000101 | 10111010 | 0 | 100100 | 1010 | 10011 | 100111101 | 101100 | 1000011 |
Color Harmonies of #CF85BA
Complementary color
Monochromatic Colors of #CF85BA
Black with #CF85BA
Text Example
Text Example
White with #CF85BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF85BA; }
p { color: rgb(207,133,186); }
H1.HeaderClassName
{
color: #CF85BA;
}
.AnyTagClassName
{
color: #CF85BA;
}
</style>
background-color css
<style>
a { background-color: #CF85BA; }
a { background-color: rgb(207,133,186); }
div.DivClassName
{
background-color: #CF85BA;
}
.BgClassName
{
background-color: #CF85BA;
}
</style>
border-color css
<style>
span { border-color: #CF85BA; }
span { border-color: rgb(207,133,186); }
td.TdClassName
{
border-color: #CF85BA;
}
.TagClassName
{
border-color: #CF85BA;
}
</style>