Shades of Lily #CE84BE
Tints of Lily #CE84BE
RGB
CMYK
RGB Variations
Color information
#CE84BE (or 0xCE84BE) is known color: Lily. HEX triplet: CE, 84 and BE. RGB value is (206,132,190). Sum of RGB (Red+Green+Blue) = 206+132+190=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 132 (51.95% from 255 or 25% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 206 - color contains mainly: red. Hex color #CE84BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE84BE is #317B41. Grayscale: #A0A0A0. Windows color (decimal): -3242818 or 12485838. OLE color: 12485838.
HSL color Cylindrical-coordinate representation of color #CE84BE: hue angle of 312.97º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE84BE is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 132 | 190 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.19 |
| HSL | 312.97º | 0.43% | 0.66% | - |
| HSV(B) | 312.97º | 0.36% | 0.81% | - |
| XYZ | 43 | 33.34 | 52.88 | - |
| YUV | 160.74 | 144.52 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 132 | 190 | 0 | 0.36 | 0.08 | 0.19 | 312.97 | 0.43 | 0.66 |
| Hex | CE | 84 | BE | 0 | 24 | 8 | 13 | 139 | 2B | 42 |
| Octal | 316 | 204 | 276 | 0 | 44 | 10 | 23 | 471 | 53 | 102 |
| Binary | 11001110 | 10000100 | 10111110 | 0 | 100100 | 1000 | 10011 | 100111001 | 101011 | 1000010 |
Color Harmonies of #CE84BE
Complementary color
Monochromatic Colors of #CE84BE
Black with #CE84BE
Text Example
Text Example
White with #CE84BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE84BE; }
p { color: rgb(206,132,190); }
H1.HeaderClassName
{
color: #CE84BE;
}
.AnyTagClassName
{
color: #CE84BE;
}
</style>
background-color css
<style>
a { background-color: #CE84BE; }
a { background-color: rgb(206,132,190); }
div.DivClassName
{
background-color: #CE84BE;
}
.BgClassName
{
background-color: #CE84BE;
}
</style>
border-color css
<style>
span { border-color: #CE84BE; }
span { border-color: rgb(206,132,190); }
td.TdClassName
{
border-color: #CE84BE;
}
.TagClassName
{
border-color: #CE84BE;
}
</style>