Shades of Lily #CF80AF
Tints of Lily #CF80AF
RGB
CMYK
RGB Variations
Color information
#CF80AF (or 0xCF80AF) is known color: Lily. HEX triplet: CF, 80 and AF. RGB value is (207,128,175). Sum of RGB (Red+Green+Blue) = 207+128+175=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CF80AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF80AF is #307F50. Grayscale: #9C9C9C. Windows color (decimal): -3178321 or 11501775. OLE color: 11501775.
HSL color Cylindrical-coordinate representation of color #CF80AF: hue angle of 324.3º 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 #CF80AF is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 128 | 175 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.19 |
| HSL | 324.3º | 0.45% | 0.66% | - |
| HSV(B) | 324.3º | 0.38% | 0.81% | - |
| XYZ | 41.19 | 31.8 | 44.52 | - |
| YUV | 156.98 | 138.17 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 175 | 0 | 0.38 | 0.15 | 0.19 | 324.3 | 0.45 | 0.66 |
| Hex | CF | 80 | AF | 0 | 26 | F | 13 | 144 | 2D | 42 |
| Octal | 317 | 200 | 257 | 0 | 46 | 17 | 23 | 504 | 55 | 102 |
| Binary | 11001111 | 10000000 | 10101111 | 0 | 100110 | 1111 | 10011 | 101000100 | 101101 | 1000010 |
Color Harmonies of #CF80AF
Complementary color
Monochromatic Colors of #CF80AF
Black with #CF80AF
Text Example
Text Example
White with #CF80AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF80AF; }
p { color: rgb(207,128,175); }
H1.HeaderClassName
{
color: #CF80AF;
}
.AnyTagClassName
{
color: #CF80AF;
}
</style>
background-color css
<style>
a { background-color: #CF80AF; }
a { background-color: rgb(207,128,175); }
div.DivClassName
{
background-color: #CF80AF;
}
.BgClassName
{
background-color: #CF80AF;
}
</style>
border-color css
<style>
span { border-color: #CF80AF; }
span { border-color: rgb(207,128,175); }
td.TdClassName
{
border-color: #CF80AF;
}
.TagClassName
{
border-color: #CF80AF;
}
</style>