Shades of Lily #CF84AF
Tints of Lily #CF84AF
RGB
CMYK
RGB Variations
Color information
#CF84AF (or 0xCF84AF) is known color: Lily. HEX triplet: CF, 84 and AF. RGB value is (207,132,175). Sum of RGB (Red+Green+Blue) = 207+132+175=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 132 (51.95% from 255 or 25.68% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CF84AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF84AF is #307B50. Grayscale: #9F9F9F. Windows color (decimal): -3177297 or 11502799. OLE color: 11502799.
HSL color Cylindrical-coordinate representation of color #CF84AF: hue angle of 325.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 #CF84AF is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 132 | 175 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.19 |
| HSL | 325.6º | 0.44% | 0.66% | - |
| HSV(B) | 325.6º | 0.36% | 0.81% | - |
| XYZ | 41.72 | 32.86 | 44.7 | - |
| YUV | 159.33 | 136.85 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 175 | 0 | 0.36 | 0.15 | 0.19 | 325.6 | 0.44 | 0.66 |
| Hex | CF | 84 | AF | 0 | 24 | F | 13 | 146 | 2C | 42 |
| Octal | 317 | 204 | 257 | 0 | 44 | 17 | 23 | 506 | 54 | 102 |
| Binary | 11001111 | 10000100 | 10101111 | 0 | 100100 | 1111 | 10011 | 101000110 | 101100 | 1000010 |
Color Harmonies of #CF84AF
Complementary color
Monochromatic Colors of #CF84AF
Black with #CF84AF
Text Example
Text Example
White with #CF84AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF84AF; }
p { color: rgb(207,132,175); }
H1.HeaderClassName
{
color: #CF84AF;
}
.AnyTagClassName
{
color: #CF84AF;
}
</style>
background-color css
<style>
a { background-color: #CF84AF; }
a { background-color: rgb(207,132,175); }
div.DivClassName
{
background-color: #CF84AF;
}
.BgClassName
{
background-color: #CF84AF;
}
</style>
border-color css
<style>
span { border-color: #CF84AF; }
span { border-color: rgb(207,132,175); }
td.TdClassName
{
border-color: #CF84AF;
}
.TagClassName
{
border-color: #CF84AF;
}
</style>