Shades of Orchid #E27DDE
Tints of Orchid #E27DDE
RGB
CMYK
RGB Variations
Color information
#E27DDE (or 0xE27DDE) is known color: Orchid. HEX triplet: E2, 7D and DE. RGB value is (226,125,222). Sum of RGB (Red+Green+Blue) = 226+125+222=573 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.44% from 573); Green value is 125 (49.22% from 255 or 21.82% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 226 - color contains mainly: red. Hex color #E27DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27DDE is #1D8221. Grayscale: #A5A5A5. Windows color (decimal): -1933858 or 14581218. OLE color: 14581218.
HSL color Cylindrical-coordinate representation of color #E27DDE: hue angle of 302.38º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E27DDE is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 125 | 222 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.11 |
| HSL | 302.38º | 0.64% | 0.69% | - |
| HSV(B) | 302.38º | 0.45% | 0.89% | - |
| XYZ | 51.88 | 36.11 | 73.34 | - |
| YUV | 166.26 | 159.46 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 125 | 222 | 0 | 0.45 | 0.02 | 0.11 | 302.38 | 0.64 | 0.69 |
| Hex | E2 | 7D | DE | 0 | 2D | 2 | B | 12E | 40 | 45 |
| Octal | 342 | 175 | 336 | 0 | 55 | 2 | 13 | 456 | 100 | 105 |
| Binary | 11100010 | 1111101 | 11011110 | 0 | 101101 | 10 | 1011 | 100101110 | 1000000 | 1000101 |
Color Harmonies of #E27DDE
Complementary color
Monochromatic Colors of #E27DDE
Black with #E27DDE
Text Example
Text Example
White with #E27DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27DDE; }
p { color: rgb(226,125,222); }
H1.HeaderClassName
{
color: #E27DDE;
}
.AnyTagClassName
{
color: #E27DDE;
}
</style>
background-color css
<style>
a { background-color: #E27DDE; }
a { background-color: rgb(226,125,222); }
div.DivClassName
{
background-color: #E27DDE;
}
.BgClassName
{
background-color: #E27DDE;
}
</style>
border-color css
<style>
span { border-color: #E27DDE; }
span { border-color: rgb(226,125,222); }
td.TdClassName
{
border-color: #E27DDE;
}
.TagClassName
{
border-color: #E27DDE;
}
</style>