Shades of Lily #CE91BC
Tints of Lily #CE91BC
RGB
CMYK
RGB Variations
Color information
#CE91BC (or 0xCE91BC) is known color: Lily. HEX triplet: CE, 91 and BC. RGB value is (206,145,188). Sum of RGB (Red+Green+Blue) = 206+145+188=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 145 (57.03% from 255 or 26.90% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CE91BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE91BC is #316E43. Grayscale: #A8A8A8. Windows color (decimal): -3239492 or 12358094. OLE color: 12358094.
HSL color Cylindrical-coordinate representation of color #CE91BC: hue angle of 317.7º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CE91BC is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 145 | 188 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.19 |
| HSL | 317.7º | 0.38% | 0.69% | - |
| HSV(B) | 317.7º | 0.3% | 0.81% | - |
| XYZ | 44.66 | 37 | 52.37 | - |
| YUV | 168.14 | 139.21 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 145 | 188 | 0 | 0.30 | 0.09 | 0.19 | 317.7 | 0.38 | 0.69 |
| Hex | CE | 91 | BC | 0 | 1E | 9 | 13 | 13E | 26 | 45 |
| Octal | 316 | 221 | 274 | 0 | 36 | 11 | 23 | 476 | 46 | 105 |
| Binary | 11001110 | 10010001 | 10111100 | 0 | 11110 | 1001 | 10011 | 100111110 | 100110 | 1000101 |
Color Harmonies of #CE91BC
Complementary color
Monochromatic Colors of #CE91BC
Black with #CE91BC
Text Example
Text Example
White with #CE91BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE91BC; }
p { color: rgb(206,145,188); }
H1.HeaderClassName
{
color: #CE91BC;
}
.AnyTagClassName
{
color: #CE91BC;
}
</style>
background-color css
<style>
a { background-color: #CE91BC; }
a { background-color: rgb(206,145,188); }
div.DivClassName
{
background-color: #CE91BC;
}
.BgClassName
{
background-color: #CE91BC;
}
</style>
border-color css
<style>
span { border-color: #CE91BC; }
span { border-color: rgb(206,145,188); }
td.TdClassName
{
border-color: #CE91BC;
}
.TagClassName
{
border-color: #CE91BC;
}
</style>