Shades of Lily #CF86B1
Tints of Lily #CF86B1
RGB
CMYK
RGB Variations
Color information
#CF86B1 (or 0xCF86B1) is known color: Lily. HEX triplet: CF, 86 and B1. RGB value is (207,134,177). Sum of RGB (Red+Green+Blue) = 207+134+177=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 134 (52.73% from 255 or 25.87% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CF86B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF86B1 is #30794E. Grayscale: #A0A0A0. Windows color (decimal): -3176783 or 11634383. OLE color: 11634383.
HSL color Cylindrical-coordinate representation of color #CF86B1: hue angle of 324.66º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CF86B1 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 134 | 177 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.19 |
| HSL | 324.66º | 0.43% | 0.67% | - |
| HSV(B) | 324.66º | 0.35% | 0.81% | - |
| XYZ | 42.19 | 33.49 | 45.84 | - |
| YUV | 160.73 | 137.18 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 177 | 0 | 0.35 | 0.14 | 0.19 | 324.66 | 0.43 | 0.67 |
| Hex | CF | 86 | B1 | 0 | 23 | E | 13 | 145 | 2B | 43 |
| Octal | 317 | 206 | 261 | 0 | 43 | 16 | 23 | 505 | 53 | 103 |
| Binary | 11001111 | 10000110 | 10110001 | 0 | 100011 | 1110 | 10011 | 101000101 | 101011 | 1000011 |
Color Harmonies of #CF86B1
Complementary color
Monochromatic Colors of #CF86B1
Black with #CF86B1
Text Example
Text Example
White with #CF86B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF86B1; }
p { color: rgb(207,134,177); }
H1.HeaderClassName
{
color: #CF86B1;
}
.AnyTagClassName
{
color: #CF86B1;
}
</style>
background-color css
<style>
a { background-color: #CF86B1; }
a { background-color: rgb(207,134,177); }
div.DivClassName
{
background-color: #CF86B1;
}
.BgClassName
{
background-color: #CF86B1;
}
</style>
border-color css
<style>
span { border-color: #CF86B1; }
span { border-color: rgb(207,134,177); }
td.TdClassName
{
border-color: #CF86B1;
}
.TagClassName
{
border-color: #CF86B1;
}
</style>