Shades of Orchid #E27CDE
Tints of Orchid #E27CDE
RGB
CMYK
RGB Variations
Color information
#E27CDE (or 0xE27CDE) is known color: Orchid. HEX triplet: E2, 7C and DE. RGB value is (226,124,222). Sum of RGB (Red+Green+Blue) = 226+124+222=572 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.51% from 572); Green value is 124 (48.83% from 255 or 21.68% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 226 - color contains mainly: red. Hex color #E27CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27CDE is #1D8321. Grayscale: #A5A5A5. Windows color (decimal): -1934114 or 14580962. OLE color: 14580962.
HSL color Cylindrical-coordinate representation of color #E27CDE: hue angle of 302.35º 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 #E27CDE is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 124 | 222 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.11 |
| HSL | 302.35º | 0.64% | 0.69% | - |
| HSV(B) | 302.35º | 0.45% | 0.89% | - |
| XYZ | 51.76 | 35.86 | 73.3 | - |
| YUV | 165.67 | 159.79 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 124 | 222 | 0 | 0.45 | 0.02 | 0.11 | 302.35 | 0.64 | 0.69 |
| Hex | E2 | 7C | DE | 0 | 2D | 2 | B | 12E | 40 | 45 |
| Octal | 342 | 174 | 336 | 0 | 55 | 2 | 13 | 456 | 100 | 105 |
| Binary | 11100010 | 1111100 | 11011110 | 0 | 101101 | 10 | 1011 | 100101110 | 1000000 | 1000101 |
Color Harmonies of #E27CDE
Complementary color
Monochromatic Colors of #E27CDE
Black with #E27CDE
Text Example
Text Example
White with #E27CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27CDE; }
p { color: rgb(226,124,222); }
H1.HeaderClassName
{
color: #E27CDE;
}
.AnyTagClassName
{
color: #E27CDE;
}
</style>
background-color css
<style>
a { background-color: #E27CDE; }
a { background-color: rgb(226,124,222); }
div.DivClassName
{
background-color: #E27CDE;
}
.BgClassName
{
background-color: #E27CDE;
}
</style>
border-color css
<style>
span { border-color: #E27CDE; }
span { border-color: rgb(226,124,222); }
td.TdClassName
{
border-color: #E27CDE;
}
.TagClassName
{
border-color: #E27CDE;
}
</style>