Shades of Lily #CE83BD
Tints of Lily #CE83BD
RGB
CMYK
RGB Variations
Color information
#CE83BD (or 0xCE83BD) is known color: Lily. HEX triplet: CE, 83 and BD. RGB value is (206,131,189). Sum of RGB (Red+Green+Blue) = 206+131+189=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 131 (51.56% from 255 or 24.90% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 206 - color contains mainly: red. Hex color #CE83BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE83BD is #317C42. Grayscale: #9F9F9F. Windows color (decimal): -3243075 or 12420046. OLE color: 12420046.
HSL color Cylindrical-coordinate representation of color #CE83BD: hue angle of 313.6º 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 #CE83BD is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 131 | 189 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.19 |
| HSL | 313.6º | 0.43% | 0.66% | - |
| HSV(B) | 313.6º | 0.36% | 0.81% | - |
| XYZ | 42.76 | 33.03 | 52.27 | - |
| YUV | 160.04 | 144.35 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 131 | 189 | 0 | 0.36 | 0.08 | 0.19 | 313.6 | 0.43 | 0.66 |
| Hex | CE | 83 | BD | 0 | 24 | 8 | 13 | 13A | 2B | 42 |
| Octal | 316 | 203 | 275 | 0 | 44 | 10 | 23 | 472 | 53 | 102 |
| Binary | 11001110 | 10000011 | 10111101 | 0 | 100100 | 1000 | 10011 | 100111010 | 101011 | 1000010 |
Color Harmonies of #CE83BD
Complementary color
Monochromatic Colors of #CE83BD
Black with #CE83BD
Text Example
Text Example
White with #CE83BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE83BD; }
p { color: rgb(206,131,189); }
H1.HeaderClassName
{
color: #CE83BD;
}
.AnyTagClassName
{
color: #CE83BD;
}
</style>
background-color css
<style>
a { background-color: #CE83BD; }
a { background-color: rgb(206,131,189); }
div.DivClassName
{
background-color: #CE83BD;
}
.BgClassName
{
background-color: #CE83BD;
}
</style>
border-color css
<style>
span { border-color: #CE83BD; }
span { border-color: rgb(206,131,189); }
td.TdClassName
{
border-color: #CE83BD;
}
.TagClassName
{
border-color: #CE83BD;
}
</style>