Shades of Lily #CE82BA
Tints of Lily #CE82BA
RGB
CMYK
RGB Variations
Color information
#CE82BA (or 0xCE82BA) is known color: Lily. HEX triplet: CE, 82 and BA. RGB value is (206,130,186). Sum of RGB (Red+Green+Blue) = 206+130+186=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 130 (51.17% from 255 or 24.90% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 206 - color contains mainly: red. Hex color #CE82BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE82BA is #317D45. Grayscale: #9E9E9E. Windows color (decimal): -3243334 or 12223182. OLE color: 12223182.
HSL color Cylindrical-coordinate representation of color #CE82BA: hue angle of 315.79º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE82BA is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 130 | 186 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.19 |
| HSL | 315.79º | 0.44% | 0.66% | - |
| HSV(B) | 315.79º | 0.37% | 0.81% | - |
| XYZ | 42.3 | 32.63 | 50.52 | - |
| YUV | 159.11 | 143.18 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 130 | 186 | 0 | 0.37 | 0.10 | 0.19 | 315.79 | 0.44 | 0.66 |
| Hex | CE | 82 | BA | 0 | 25 | A | 13 | 13C | 2C | 42 |
| Octal | 316 | 202 | 272 | 0 | 45 | 12 | 23 | 474 | 54 | 102 |
| Binary | 11001110 | 10000010 | 10111010 | 0 | 100101 | 1010 | 10011 | 100111100 | 101100 | 1000010 |
Color Harmonies of #CE82BA
Complementary color
Monochromatic Colors of #CE82BA
Black with #CE82BA
Text Example
Text Example
White with #CE82BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE82BA; }
p { color: rgb(206,130,186); }
H1.HeaderClassName
{
color: #CE82BA;
}
.AnyTagClassName
{
color: #CE82BA;
}
</style>
background-color css
<style>
a { background-color: #CE82BA; }
a { background-color: rgb(206,130,186); }
div.DivClassName
{
background-color: #CE82BA;
}
.BgClassName
{
background-color: #CE82BA;
}
</style>
border-color css
<style>
span { border-color: #CE82BA; }
span { border-color: rgb(206,130,186); }
td.TdClassName
{
border-color: #CE82BA;
}
.TagClassName
{
border-color: #CE82BA;
}
</style>