Shades of Lily #CF84B9
Tints of Lily #CF84B9
RGB
CMYK
RGB Variations
Color information
#CF84B9 (or 0xCF84B9) is known color: Lily. HEX triplet: CF, 84 and B9. RGB value is (207,132,185). Sum of RGB (Red+Green+Blue) = 207+132+185=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 185 (72.66% from 255 or 35.31% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CF84B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF84B9 is #307B46. Grayscale: #A0A0A0. Windows color (decimal): -3177287 or 12158159. OLE color: 12158159.
HSL color Cylindrical-coordinate representation of color #CF84B9: hue angle of 317.6º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF84B9 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 132 | 185 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.19 |
| HSL | 317.6º | 0.44% | 0.66% | - |
| HSV(B) | 317.6º | 0.36% | 0.81% | - |
| XYZ | 42.74 | 33.27 | 50.07 | - |
| YUV | 160.47 | 141.85 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 185 | 0 | 0.36 | 0.11 | 0.19 | 317.6 | 0.44 | 0.66 |
| Hex | CF | 84 | B9 | 0 | 24 | B | 13 | 13E | 2C | 42 |
| Octal | 317 | 204 | 271 | 0 | 44 | 13 | 23 | 476 | 54 | 102 |
| Binary | 11001111 | 10000100 | 10111001 | 0 | 100100 | 1011 | 10011 | 100111110 | 101100 | 1000010 |
Color Harmonies of #CF84B9
Complementary color
Monochromatic Colors of #CF84B9
Black with #CF84B9
Text Example
Text Example
White with #CF84B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF84B9; }
p { color: rgb(207,132,185); }
H1.HeaderClassName
{
color: #CF84B9;
}
.AnyTagClassName
{
color: #CF84B9;
}
</style>
background-color css
<style>
a { background-color: #CF84B9; }
a { background-color: rgb(207,132,185); }
div.DivClassName
{
background-color: #CF84B9;
}
.BgClassName
{
background-color: #CF84B9;
}
</style>
border-color css
<style>
span { border-color: #CF84B9; }
span { border-color: rgb(207,132,185); }
td.TdClassName
{
border-color: #CF84B9;
}
.TagClassName
{
border-color: #CF84B9;
}
</style>