Shades of Orchid #E16ADD
Tints of Orchid #E16ADD
RGB
CMYK
RGB Variations
Color information
#E16ADD (or 0xE16ADD) is known color: Orchid. HEX triplet: E1, 6A and DD. RGB value is (225,106,221). Sum of RGB (Red+Green+Blue) = 225+106+221=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 106 (41.80% from 255 or 19.20% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 225 - color contains mainly: red. Hex color #E16ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16ADD is #1E9522. Grayscale: #9A9A9A. Windows color (decimal): -2004259 or 14510817. OLE color: 14510817.
HSL color Cylindrical-coordinate representation of color #E16ADD: hue angle of 302.02º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E16ADD is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 106 | 221 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.12 |
| HSL | 302.02º | 0.66% | 0.65% | - |
| HSV(B) | 302.02º | 0.53% | 0.88% | - |
| XYZ | 49.26 | 31.54 | 71.9 | - |
| YUV | 154.69 | 165.42 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 106 | 221 | 0 | 0.53 | 0.02 | 0.12 | 302.02 | 0.66 | 0.65 |
| Hex | E1 | 6A | DD | 0 | 35 | 2 | C | 12E | 42 | 41 |
| Octal | 341 | 152 | 335 | 0 | 65 | 2 | 14 | 456 | 102 | 101 |
| Binary | 11100001 | 1101010 | 11011101 | 0 | 110101 | 10 | 1100 | 100101110 | 1000010 | 1000001 |
Color Harmonies of #E16ADD
Complementary color
Monochromatic Colors of #E16ADD
Black with #E16ADD
Text Example
Text Example
White with #E16ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16ADD; }
p { color: rgb(225,106,221); }
H1.HeaderClassName
{
color: #E16ADD;
}
.AnyTagClassName
{
color: #E16ADD;
}
</style>
background-color css
<style>
a { background-color: #E16ADD; }
a { background-color: rgb(225,106,221); }
div.DivClassName
{
background-color: #E16ADD;
}
.BgClassName
{
background-color: #E16ADD;
}
</style>
border-color css
<style>
span { border-color: #E16ADD; }
span { border-color: rgb(225,106,221); }
td.TdClassName
{
border-color: #E16ADD;
}
.TagClassName
{
border-color: #E16ADD;
}
</style>