Shades of Lily #CF89BF
Tints of Lily #CF89BF
RGB
CMYK
RGB Variations
Color information
#CF89BF (or 0xCF89BF) is known color: Lily. HEX triplet: CF, 89 and BF. RGB value is (207,137,191). Sum of RGB (Red+Green+Blue) = 207+137+191=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 137 (53.91% from 255 or 25.61% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CF89BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF89BF is #307640. Grayscale: #A3A3A3. Windows color (decimal): -3176001 or 12552655. OLE color: 12552655.
HSL color Cylindrical-coordinate representation of color #CF89BF: hue angle of 313.71º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF89BF is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 191 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.19 |
| HSL | 313.71º | 0.42% | 0.67% | - |
| HSV(B) | 313.71º | 0.34% | 0.81% | - |
| XYZ | 44.08 | 34.92 | 53.71 | - |
| YUV | 164.09 | 143.19 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 191 | 0 | 0.34 | 0.08 | 0.19 | 313.71 | 0.42 | 0.67 |
| Hex | CF | 89 | BF | 0 | 22 | 8 | 13 | 13A | 2A | 43 |
| Octal | 317 | 211 | 277 | 0 | 42 | 10 | 23 | 472 | 52 | 103 |
| Binary | 11001111 | 10001001 | 10111111 | 0 | 100010 | 1000 | 10011 | 100111010 | 101010 | 1000011 |
Color Harmonies of #CF89BF
Complementary color
Monochromatic Colors of #CF89BF
Black with #CF89BF
Text Example
Text Example
White with #CF89BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF89BF; }
p { color: rgb(207,137,191); }
H1.HeaderClassName
{
color: #CF89BF;
}
.AnyTagClassName
{
color: #CF89BF;
}
</style>
background-color css
<style>
a { background-color: #CF89BF; }
a { background-color: rgb(207,137,191); }
div.DivClassName
{
background-color: #CF89BF;
}
.BgClassName
{
background-color: #CF89BF;
}
</style>
border-color css
<style>
span { border-color: #CF89BF; }
span { border-color: rgb(207,137,191); }
td.TdClassName
{
border-color: #CF89BF;
}
.TagClassName
{
border-color: #CF89BF;
}
</style>