Shades of Orchid #E16DD0
Tints of Orchid #E16DD0
RGB
CMYK
RGB Variations
Color information
#E16DD0 (or 0xE16DD0) is known color: Orchid. HEX triplet: E1, 6D and D0. RGB value is (225,109,208). Sum of RGB (Red+Green+Blue) = 225+109+208=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 109 (42.97% from 255 or 20.11% from 542); Blue value is 208 (81.64% from 255 or 38.38% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E16DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16DD0 is #1E922F. Grayscale: #9A9A9A. Windows color (decimal): -2003504 or 13659617. OLE color: 13659617.
HSL color Cylindrical-coordinate representation of color #E16DD0: hue angle of 308.79º 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 #E16DD0 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 109 | 208 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.12 |
| HSL | 308.79º | 0.66% | 0.65% | - |
| HSV(B) | 308.79º | 0.52% | 0.88% | - |
| XYZ | 47.91 | 31.5 | 63.23 | - |
| YUV | 154.97 | 157.93 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 109 | 208 | 0 | 0.52 | 0.08 | 0.12 | 308.79 | 0.66 | 0.65 |
| Hex | E1 | 6D | D0 | 0 | 34 | 8 | C | 135 | 42 | 41 |
| Octal | 341 | 155 | 320 | 0 | 64 | 10 | 14 | 465 | 102 | 101 |
| Binary | 11100001 | 1101101 | 11010000 | 0 | 110100 | 1000 | 1100 | 100110101 | 1000010 | 1000001 |
Color Harmonies of #E16DD0
Complementary color
Monochromatic Colors of #E16DD0
Black with #E16DD0
Text Example
Text Example
White with #E16DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16DD0; }
p { color: rgb(225,109,208); }
H1.HeaderClassName
{
color: #E16DD0;
}
.AnyTagClassName
{
color: #E16DD0;
}
</style>
background-color css
<style>
a { background-color: #E16DD0; }
a { background-color: rgb(225,109,208); }
div.DivClassName
{
background-color: #E16DD0;
}
.BgClassName
{
background-color: #E16DD0;
}
</style>
border-color css
<style>
span { border-color: #E16DD0; }
span { border-color: rgb(225,109,208); }
td.TdClassName
{
border-color: #E16DD0;
}
.TagClassName
{
border-color: #E16DD0;
}
</style>