Shades of Orchid #E16DD9
Tints of Orchid #E16DD9
RGB
CMYK
RGB Variations
Color information
#E16DD9 (or 0xE16DD9) is known color: Orchid. HEX triplet: E1, 6D and D9. RGB value is (225,109,217). Sum of RGB (Red+Green+Blue) = 225+109+217=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 109 (42.97% from 255 or 19.78% from 551); Blue value is 217 (85.16% from 255 or 39.38% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E16DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16DD9 is #1E9226. Grayscale: #9B9B9B. Windows color (decimal): -2003495 or 14249441. OLE color: 14249441.
HSL color Cylindrical-coordinate representation of color #E16DD9: hue angle of 304.14º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E16DD9 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 109 | 217 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.12 |
| HSL | 304.14º | 0.66% | 0.65% | - |
| HSV(B) | 304.14º | 0.52% | 0.88% | - |
| XYZ | 49.04 | 31.95 | 69.23 | - |
| YUV | 156 | 162.43 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 109 | 217 | 0 | 0.52 | 0.04 | 0.12 | 304.14 | 0.66 | 0.65 |
| Hex | E1 | 6D | D9 | 0 | 34 | 4 | C | 130 | 42 | 41 |
| Octal | 341 | 155 | 331 | 0 | 64 | 4 | 14 | 460 | 102 | 101 |
| Binary | 11100001 | 1101101 | 11011001 | 0 | 110100 | 100 | 1100 | 100110000 | 1000010 | 1000001 |
Color Harmonies of #E16DD9
Complementary color
Monochromatic Colors of #E16DD9
Black with #E16DD9
Text Example
Text Example
White with #E16DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16DD9; }
p { color: rgb(225,109,217); }
H1.HeaderClassName
{
color: #E16DD9;
}
.AnyTagClassName
{
color: #E16DD9;
}
</style>
background-color css
<style>
a { background-color: #E16DD9; }
a { background-color: rgb(225,109,217); }
div.DivClassName
{
background-color: #E16DD9;
}
.BgClassName
{
background-color: #E16DD9;
}
</style>
border-color css
<style>
span { border-color: #E16DD9; }
span { border-color: rgb(225,109,217); }
td.TdClassName
{
border-color: #E16DD9;
}
.TagClassName
{
border-color: #E16DD9;
}
</style>