Shades of Lily #CF81AF
Tints of Lily #CF81AF
RGB
CMYK
RGB Variations
Color information
#CF81AF (or 0xCF81AF) is known color: Lily. HEX triplet: CF, 81 and AF. RGB value is (207,129,175). Sum of RGB (Red+Green+Blue) = 207+129+175=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 129 (50.78% from 255 or 25.24% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CF81AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF81AF is #307E50. Grayscale: #9D9D9D. Windows color (decimal): -3178065 or 11502031. OLE color: 11502031.
HSL color Cylindrical-coordinate representation of color #CF81AF: hue angle of 324.62º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF81AF is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 175 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.19 |
| HSL | 324.62º | 0.45% | 0.66% | - |
| HSV(B) | 324.62º | 0.38% | 0.81% | - |
| XYZ | 41.32 | 32.06 | 44.57 | - |
| YUV | 157.57 | 137.84 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 175 | 0 | 0.38 | 0.15 | 0.19 | 324.62 | 0.45 | 0.66 |
| Hex | CF | 81 | AF | 0 | 26 | F | 13 | 145 | 2D | 42 |
| Octal | 317 | 201 | 257 | 0 | 46 | 17 | 23 | 505 | 55 | 102 |
| Binary | 11001111 | 10000001 | 10101111 | 0 | 100110 | 1111 | 10011 | 101000101 | 101101 | 1000010 |
Color Harmonies of #CF81AF
Complementary color
Monochromatic Colors of #CF81AF
Black with #CF81AF
Text Example
Text Example
White with #CF81AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF81AF; }
p { color: rgb(207,129,175); }
H1.HeaderClassName
{
color: #CF81AF;
}
.AnyTagClassName
{
color: #CF81AF;
}
</style>
background-color css
<style>
a { background-color: #CF81AF; }
a { background-color: rgb(207,129,175); }
div.DivClassName
{
background-color: #CF81AF;
}
.BgClassName
{
background-color: #CF81AF;
}
</style>
border-color css
<style>
span { border-color: #CF81AF; }
span { border-color: rgb(207,129,175); }
td.TdClassName
{
border-color: #CF81AF;
}
.TagClassName
{
border-color: #CF81AF;
}
</style>