Shades of Lily #CF80B0
Tints of Lily #CF80B0
RGB
CMYK
RGB Variations
Color information
#CF80B0 (or 0xCF80B0) is known color: Lily. HEX triplet: CF, 80 and B0. RGB value is (207,128,176). Sum of RGB (Red+Green+Blue) = 207+128+176=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CF80B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF80B0 is #307F4F. Grayscale: #9C9C9C. Windows color (decimal): -3178320 or 11567311. OLE color: 11567311.
HSL color Cylindrical-coordinate representation of color #CF80B0: hue angle of 323.54º 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 #CF80B0 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 128 | 176 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.19 |
| HSL | 323.54º | 0.45% | 0.66% | - |
| HSV(B) | 323.54º | 0.38% | 0.81% | - |
| XYZ | 41.29 | 31.84 | 45.04 | - |
| YUV | 157.09 | 138.67 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 176 | 0 | 0.38 | 0.15 | 0.19 | 323.54 | 0.45 | 0.66 |
| Hex | CF | 80 | B0 | 0 | 26 | F | 13 | 144 | 2D | 42 |
| Octal | 317 | 200 | 260 | 0 | 46 | 17 | 23 | 504 | 55 | 102 |
| Binary | 11001111 | 10000000 | 10110000 | 0 | 100110 | 1111 | 10011 | 101000100 | 101101 | 1000010 |
Color Harmonies of #CF80B0
Complementary color
Monochromatic Colors of #CF80B0
Black with #CF80B0
Text Example
Text Example
White with #CF80B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF80B0; }
p { color: rgb(207,128,176); }
H1.HeaderClassName
{
color: #CF80B0;
}
.AnyTagClassName
{
color: #CF80B0;
}
</style>
background-color css
<style>
a { background-color: #CF80B0; }
a { background-color: rgb(207,128,176); }
div.DivClassName
{
background-color: #CF80B0;
}
.BgClassName
{
background-color: #CF80B0;
}
</style>
border-color css
<style>
span { border-color: #CF80B0; }
span { border-color: rgb(207,128,176); }
td.TdClassName
{
border-color: #CF80B0;
}
.TagClassName
{
border-color: #CF80B0;
}
</style>