Shades of Lily #CE82B7
Tints of Lily #CE82B7
RGB
CMYK
RGB Variations
Color information
#CE82B7 (or 0xCE82B7) is known color: Lily. HEX triplet: CE, 82 and B7. RGB value is (206,130,183). Sum of RGB (Red+Green+Blue) = 206+130+183=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CE82B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE82B7 is #317D48. Grayscale: #9E9E9E. Windows color (decimal): -3243337 or 12026574. OLE color: 12026574.
HSL color Cylindrical-coordinate representation of color #CE82B7: hue angle of 318.16º 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 #CE82B7 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 130 | 183 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.19 |
| HSL | 318.16º | 0.44% | 0.66% | - |
| HSV(B) | 318.16º | 0.37% | 0.81% | - |
| XYZ | 41.98 | 32.51 | 48.86 | - |
| YUV | 158.77 | 141.68 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 130 | 183 | 0 | 0.37 | 0.11 | 0.19 | 318.16 | 0.44 | 0.66 |
| Hex | CE | 82 | B7 | 0 | 25 | B | 13 | 13E | 2C | 42 |
| Octal | 316 | 202 | 267 | 0 | 45 | 13 | 23 | 476 | 54 | 102 |
| Binary | 11001110 | 10000010 | 10110111 | 0 | 100101 | 1011 | 10011 | 100111110 | 101100 | 1000010 |
Color Harmonies of #CE82B7
Complementary color
Monochromatic Colors of #CE82B7
Black with #CE82B7
Text Example
Text Example
White with #CE82B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE82B7; }
p { color: rgb(206,130,183); }
H1.HeaderClassName
{
color: #CE82B7;
}
.AnyTagClassName
{
color: #CE82B7;
}
</style>
background-color css
<style>
a { background-color: #CE82B7; }
a { background-color: rgb(206,130,183); }
div.DivClassName
{
background-color: #CE82B7;
}
.BgClassName
{
background-color: #CE82B7;
}
</style>
border-color css
<style>
span { border-color: #CE82B7; }
span { border-color: rgb(206,130,183); }
td.TdClassName
{
border-color: #CE82B7;
}
.TagClassName
{
border-color: #CE82B7;
}
</style>