Shades of Lily #CF80B6
Tints of Lily #CF80B6
RGB
CMYK
RGB Variations
Color information
#CF80B6 (or 0xCF80B6) is known color: Lily. HEX triplet: CF, 80 and B6. RGB value is (207,128,182). Sum of RGB (Red+Green+Blue) = 207+128+182=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 182 (71.48% from 255 or 35.20% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CF80B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF80B6 is #307F49. Grayscale: #9D9D9D. Windows color (decimal): -3178314 or 11960527. OLE color: 11960527.
HSL color Cylindrical-coordinate representation of color #CF80B6: hue angle of 318.99º 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 #CF80B6 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 128 | 182 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.19 |
| HSL | 318.99º | 0.45% | 0.66% | - |
| HSV(B) | 318.99º | 0.38% | 0.81% | - |
| XYZ | 41.89 | 32.08 | 48.24 | - |
| YUV | 157.78 | 141.67 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 182 | 0 | 0.38 | 0.12 | 0.19 | 318.99 | 0.45 | 0.66 |
| Hex | CF | 80 | B6 | 0 | 26 | C | 13 | 13F | 2D | 42 |
| Octal | 317 | 200 | 266 | 0 | 46 | 14 | 23 | 477 | 55 | 102 |
| Binary | 11001111 | 10000000 | 10110110 | 0 | 100110 | 1100 | 10011 | 100111111 | 101101 | 1000010 |
Color Harmonies of #CF80B6
Complementary color
Monochromatic Colors of #CF80B6
Black with #CF80B6
Text Example
Text Example
White with #CF80B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF80B6; }
p { color: rgb(207,128,182); }
H1.HeaderClassName
{
color: #CF80B6;
}
.AnyTagClassName
{
color: #CF80B6;
}
</style>
background-color css
<style>
a { background-color: #CF80B6; }
a { background-color: rgb(207,128,182); }
div.DivClassName
{
background-color: #CF80B6;
}
.BgClassName
{
background-color: #CF80B6;
}
</style>
border-color css
<style>
span { border-color: #CF80B6; }
span { border-color: rgb(207,128,182); }
td.TdClassName
{
border-color: #CF80B6;
}
.TagClassName
{
border-color: #CF80B6;
}
</style>