Shades of Lily #CF89B7
Tints of Lily #CF89B7
RGB
CMYK
RGB Variations
Color information
#CF89B7 (or 0xCF89B7) is known color: Lily. HEX triplet: CF, 89 and B7. RGB value is (207,137,183). Sum of RGB (Red+Green+Blue) = 207+137+183=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 137 (53.91% from 255 or 26.00% from 527); Blue value is 183 (71.88% from 255 or 34.72% from 527); Max value from RGB is 207 - color contains mainly: red. Hex color #CF89B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF89B7 is #307648. Grayscale: #A3A3A3. Windows color (decimal): -3176009 or 12028367. OLE color: 12028367.
HSL color Cylindrical-coordinate representation of color #CF89B7: hue angle of 320.57º 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 #CF89B7 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 183 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.19 |
| HSL | 320.57º | 0.42% | 0.67% | - |
| HSV(B) | 320.57º | 0.34% | 0.81% | - |
| XYZ | 43.23 | 34.58 | 49.2 | - |
| YUV | 163.17 | 139.19 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 183 | 0 | 0.34 | 0.12 | 0.19 | 320.57 | 0.42 | 0.67 |
| Hex | CF | 89 | B7 | 0 | 22 | C | 13 | 141 | 2A | 43 |
| Octal | 317 | 211 | 267 | 0 | 42 | 14 | 23 | 501 | 52 | 103 |
| Binary | 11001111 | 10001001 | 10110111 | 0 | 100010 | 1100 | 10011 | 101000001 | 101010 | 1000011 |
Color Harmonies of #CF89B7
Complementary color
Monochromatic Colors of #CF89B7
Black with #CF89B7
Text Example
Text Example
White with #CF89B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF89B7; }
p { color: rgb(207,137,183); }
H1.HeaderClassName
{
color: #CF89B7;
}
.AnyTagClassName
{
color: #CF89B7;
}
</style>
background-color css
<style>
a { background-color: #CF89B7; }
a { background-color: rgb(207,137,183); }
div.DivClassName
{
background-color: #CF89B7;
}
.BgClassName
{
background-color: #CF89B7;
}
</style>
border-color css
<style>
span { border-color: #CF89B7; }
span { border-color: rgb(207,137,183); }
td.TdClassName
{
border-color: #CF89B7;
}
.TagClassName
{
border-color: #CF89B7;
}
</style>