Shades of Orchid #E16AD1
Tints of Orchid #E16AD1
RGB
CMYK
RGB Variations
Color information
#E16AD1 (or 0xE16AD1) is known color: Orchid. HEX triplet: E1, 6A and D1. RGB value is (225,106,209). Sum of RGB (Red+Green+Blue) = 225+106+209=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 106 (41.80% from 255 or 19.63% from 540); Blue value is 209 (82.03% from 255 or 38.70% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E16AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16AD1 is #1E952E. Grayscale: #999999. Windows color (decimal): -2004271 or 13724385. OLE color: 13724385.
HSL color Cylindrical-coordinate representation of color #E16AD1: hue angle of 308.07º 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 #E16AD1 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 106 | 209 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.12 |
| HSL | 308.07º | 0.66% | 0.65% | - |
| HSV(B) | 308.07º | 0.53% | 0.88% | - |
| XYZ | 47.71 | 30.92 | 63.77 | - |
| YUV | 153.32 | 159.42 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 106 | 209 | 0 | 0.53 | 0.07 | 0.12 | 308.07 | 0.66 | 0.65 |
| Hex | E1 | 6A | D1 | 0 | 35 | 7 | C | 134 | 42 | 41 |
| Octal | 341 | 152 | 321 | 0 | 65 | 7 | 14 | 464 | 102 | 101 |
| Binary | 11100001 | 1101010 | 11010001 | 0 | 110101 | 111 | 1100 | 100110100 | 1000010 | 1000001 |
Color Harmonies of #E16AD1
Complementary color
Monochromatic Colors of #E16AD1
Black with #E16AD1
Text Example
Text Example
White with #E16AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16AD1; }
p { color: rgb(225,106,209); }
H1.HeaderClassName
{
color: #E16AD1;
}
.AnyTagClassName
{
color: #E16AD1;
}
</style>
background-color css
<style>
a { background-color: #E16AD1; }
a { background-color: rgb(225,106,209); }
div.DivClassName
{
background-color: #E16AD1;
}
.BgClassName
{
background-color: #E16AD1;
}
</style>
border-color css
<style>
span { border-color: #E16AD1; }
span { border-color: rgb(225,106,209); }
td.TdClassName
{
border-color: #E16AD1;
}
.TagClassName
{
border-color: #E16AD1;
}
</style>