Shades of Lily #CE84BD
Tints of Lily #CE84BD
RGB
CMYK
RGB Variations
Color information
#CE84BD (or 0xCE84BD) is known color: Lily. HEX triplet: CE, 84 and BD. RGB value is (206,132,189). Sum of RGB (Red+Green+Blue) = 206+132+189=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 132 (51.95% from 255 or 25.05% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 206 - color contains mainly: red. Hex color #CE84BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE84BD is #317B42. Grayscale: #A0A0A0. Windows color (decimal): -3242819 or 12420302. OLE color: 12420302.
HSL color Cylindrical-coordinate representation of color #CE84BD: hue angle of 313.78º 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 #CE84BD is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 132 | 189 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.19 |
| HSL | 313.78º | 0.43% | 0.66% | - |
| HSV(B) | 313.78º | 0.36% | 0.81% | - |
| XYZ | 42.89 | 33.3 | 52.31 | - |
| YUV | 160.62 | 144.02 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 132 | 189 | 0 | 0.36 | 0.08 | 0.19 | 313.78 | 0.43 | 0.66 |
| Hex | CE | 84 | BD | 0 | 24 | 8 | 13 | 13A | 2B | 42 |
| Octal | 316 | 204 | 275 | 0 | 44 | 10 | 23 | 472 | 53 | 102 |
| Binary | 11001110 | 10000100 | 10111101 | 0 | 100100 | 1000 | 10011 | 100111010 | 101011 | 1000010 |
Color Harmonies of #CE84BD
Complementary color
Monochromatic Colors of #CE84BD
Black with #CE84BD
Text Example
Text Example
White with #CE84BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE84BD; }
p { color: rgb(206,132,189); }
H1.HeaderClassName
{
color: #CE84BD;
}
.AnyTagClassName
{
color: #CE84BD;
}
</style>
background-color css
<style>
a { background-color: #CE84BD; }
a { background-color: rgb(206,132,189); }
div.DivClassName
{
background-color: #CE84BD;
}
.BgClassName
{
background-color: #CE84BD;
}
</style>
border-color css
<style>
span { border-color: #CE84BD; }
span { border-color: rgb(206,132,189); }
td.TdClassName
{
border-color: #CE84BD;
}
.TagClassName
{
border-color: #CE84BD;
}
</style>