Shades of Orchid #E26EC7
Tints of Orchid #E26EC7
RGB
CMYK
RGB Variations
Color information
#E26EC7 (or 0xE26EC7) is known color: Orchid. HEX triplet: E2, 6E and C7. RGB value is (226,110,199). Sum of RGB (Red+Green+Blue) = 226+110+199=535 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.24% from 535); Green value is 110 (43.36% from 255 or 20.56% from 535); Blue value is 199 (78.12% from 255 or 37.20% from 535); Max value from RGB is 226 - color contains mainly: red. Hex color #E26EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26EC7 is #1D9138. Grayscale: #9A9A9A. Windows color (decimal): -1937721 or 13070050. OLE color: 13070050.
HSL color Cylindrical-coordinate representation of color #E26EC7: hue angle of 313.97º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E26EC7 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 110 | 199 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.11 |
| HSL | 313.97º | 0.67% | 0.66% | - |
| HSV(B) | 313.97º | 0.51% | 0.89% | - |
| XYZ | 47.25 | 31.44 | 57.61 | - |
| YUV | 154.83 | 152.93 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 199 | 0 | 0.51 | 0.12 | 0.11 | 313.97 | 0.67 | 0.66 |
| Hex | E2 | 6E | C7 | 0 | 33 | C | B | 13A | 43 | 42 |
| Octal | 342 | 156 | 307 | 0 | 63 | 14 | 13 | 472 | 103 | 102 |
| Binary | 11100010 | 1101110 | 11000111 | 0 | 110011 | 1100 | 1011 | 100111010 | 1000011 | 1000010 |
Color Harmonies of #E26EC7
Complementary color
Monochromatic Colors of #E26EC7
Black with #E26EC7
Text Example
Text Example
White with #E26EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26EC7; }
p { color: rgb(226,110,199); }
H1.HeaderClassName
{
color: #E26EC7;
}
.AnyTagClassName
{
color: #E26EC7;
}
</style>
background-color css
<style>
a { background-color: #E26EC7; }
a { background-color: rgb(226,110,199); }
div.DivClassName
{
background-color: #E26EC7;
}
.BgClassName
{
background-color: #E26EC7;
}
</style>
border-color css
<style>
span { border-color: #E26EC7; }
span { border-color: rgb(226,110,199); }
td.TdClassName
{
border-color: #E26EC7;
}
.TagClassName
{
border-color: #E26EC7;
}
</style>