Shades of Orchid #E16DDA
Tints of Orchid #E16DDA
RGB
CMYK
RGB Variations
Color information
#E16DDA (or 0xE16DDA) is known color: Orchid. HEX triplet: E1, 6D and DA. RGB value is (225,109,218). Sum of RGB (Red+Green+Blue) = 225+109+218=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 109 (42.97% from 255 or 19.75% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 225 - color contains mainly: red. Hex color #E16DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16DDA is #1E9225. Grayscale: #9B9B9B. Windows color (decimal): -2003494 or 14314977. OLE color: 14314977.
HSL color Cylindrical-coordinate representation of color #E16DDA: hue angle of 303.62º 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 #E16DDA is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 109 | 218 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.12 |
| HSL | 303.62º | 0.66% | 0.65% | - |
| HSV(B) | 303.62º | 0.52% | 0.88% | - |
| XYZ | 49.17 | 32.01 | 69.92 | - |
| YUV | 156.11 | 162.93 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 109 | 218 | 0 | 0.52 | 0.03 | 0.12 | 303.62 | 0.66 | 0.65 |
| Hex | E1 | 6D | DA | 0 | 34 | 3 | C | 130 | 42 | 41 |
| Octal | 341 | 155 | 332 | 0 | 64 | 3 | 14 | 460 | 102 | 101 |
| Binary | 11100001 | 1101101 | 11011010 | 0 | 110100 | 11 | 1100 | 100110000 | 1000010 | 1000001 |
Color Harmonies of #E16DDA
Complementary color
Monochromatic Colors of #E16DDA
Black with #E16DDA
Text Example
Text Example
White with #E16DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16DDA; }
p { color: rgb(225,109,218); }
H1.HeaderClassName
{
color: #E16DDA;
}
.AnyTagClassName
{
color: #E16DDA;
}
</style>
background-color css
<style>
a { background-color: #E16DDA; }
a { background-color: rgb(225,109,218); }
div.DivClassName
{
background-color: #E16DDA;
}
.BgClassName
{
background-color: #E16DDA;
}
</style>
border-color css
<style>
span { border-color: #E16DDA; }
span { border-color: rgb(225,109,218); }
td.TdClassName
{
border-color: #E16DDA;
}
.TagClassName
{
border-color: #E16DDA;
}
</style>