Shades of Lily #CE80B6
Tints of Lily #CE80B6
RGB
CMYK
RGB Variations
Color information
#CE80B6 (or 0xCE80B6) is known color: Lily. HEX triplet: CE, 80 and B6. RGB value is (206,128,182). Sum of RGB (Red+Green+Blue) = 206+128+182=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 182 (71.48% from 255 or 35.27% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CE80B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE80B6 is #317F49. Grayscale: #9D9D9D. Windows color (decimal): -3243850 or 11960526. OLE color: 11960526.
HSL color Cylindrical-coordinate representation of color #CE80B6: hue angle of 318.46º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE80B6 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 128 | 182 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.19 |
| HSL | 318.46º | 0.44% | 0.65% | - |
| HSV(B) | 318.46º | 0.38% | 0.81% | - |
| XYZ | 41.62 | 31.94 | 48.23 | - |
| YUV | 157.48 | 141.84 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 182 | 0 | 0.38 | 0.12 | 0.19 | 318.46 | 0.44 | 0.65 |
| Hex | CE | 80 | B6 | 0 | 26 | C | 13 | 13E | 2C | 41 |
| Octal | 316 | 200 | 266 | 0 | 46 | 14 | 23 | 476 | 54 | 101 |
| Binary | 11001110 | 10000000 | 10110110 | 0 | 100110 | 1100 | 10011 | 100111110 | 101100 | 1000001 |
Color Harmonies of #CE80B6
Complementary color
Monochromatic Colors of #CE80B6
Black with #CE80B6
Text Example
Text Example
White with #CE80B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE80B6; }
p { color: rgb(206,128,182); }
H1.HeaderClassName
{
color: #CE80B6;
}
.AnyTagClassName
{
color: #CE80B6;
}
</style>
background-color css
<style>
a { background-color: #CE80B6; }
a { background-color: rgb(206,128,182); }
div.DivClassName
{
background-color: #CE80B6;
}
.BgClassName
{
background-color: #CE80B6;
}
</style>
border-color css
<style>
span { border-color: #CE80B6; }
span { border-color: rgb(206,128,182); }
td.TdClassName
{
border-color: #CE80B6;
}
.TagClassName
{
border-color: #CE80B6;
}
</style>