Shades of Orchid #E27EDA
Tints of Orchid #E27EDA
RGB
CMYK
RGB Variations
Color information
#E27EDA (or 0xE27EDA) is known color: Orchid. HEX triplet: E2, 7E and DA. RGB value is (226,126,218). Sum of RGB (Red+Green+Blue) = 226+126+218=570 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.65% from 570); Green value is 126 (49.61% from 255 or 22.11% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 226 - color contains mainly: red. Hex color #E27EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27EDA is #1D8125. Grayscale: #A6A6A6. Windows color (decimal): -1933606 or 14319330. OLE color: 14319330.
HSL color Cylindrical-coordinate representation of color #E27EDA: hue angle of 304.8º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E27EDA is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 126 | 218 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.11 |
| HSL | 304.8º | 0.63% | 0.69% | - |
| HSV(B) | 304.8º | 0.44% | 0.89% | - |
| XYZ | 51.48 | 36.15 | 70.59 | - |
| YUV | 166.39 | 157.13 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 126 | 218 | 0 | 0.44 | 0.04 | 0.11 | 304.8 | 0.63 | 0.69 |
| Hex | E2 | 7E | DA | 0 | 2C | 4 | B | 131 | 3F | 45 |
| Octal | 342 | 176 | 332 | 0 | 54 | 4 | 13 | 461 | 77 | 105 |
| Binary | 11100010 | 1111110 | 11011010 | 0 | 101100 | 100 | 1011 | 100110001 | 111111 | 1000101 |
Color Harmonies of #E27EDA
Complementary color
Monochromatic Colors of #E27EDA
Black with #E27EDA
Text Example
Text Example
White with #E27EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27EDA; }
p { color: rgb(226,126,218); }
H1.HeaderClassName
{
color: #E27EDA;
}
.AnyTagClassName
{
color: #E27EDA;
}
</style>
background-color css
<style>
a { background-color: #E27EDA; }
a { background-color: rgb(226,126,218); }
div.DivClassName
{
background-color: #E27EDA;
}
.BgClassName
{
background-color: #E27EDA;
}
</style>
border-color css
<style>
span { border-color: #E27EDA; }
span { border-color: rgb(226,126,218); }
td.TdClassName
{
border-color: #E27EDA;
}
.TagClassName
{
border-color: #E27EDA;
}
</style>