Shades of Orchid #E26ECD
Tints of Orchid #E26ECD
RGB
CMYK
RGB Variations
Color information
#E26ECD (or 0xE26ECD) is known color: Orchid. HEX triplet: E2, 6E and CD. RGB value is (226,110,205). Sum of RGB (Red+Green+Blue) = 226+110+205=541 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.77% from 541); Green value is 110 (43.36% from 255 or 20.33% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 226 - color contains mainly: red. Hex color #E26ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26ECD is #1D9132. Grayscale: #9B9B9B. Windows color (decimal): -1937715 or 13463266. OLE color: 13463266.
HSL color Cylindrical-coordinate representation of color #E26ECD: hue angle of 310.86º 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 #E26ECD is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 110 | 205 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.11 |
| HSL | 310.86º | 0.67% | 0.66% | - |
| HSV(B) | 310.86º | 0.51% | 0.89% | - |
| XYZ | 47.96 | 31.73 | 61.35 | - |
| YUV | 155.51 | 155.93 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 205 | 0 | 0.51 | 0.09 | 0.11 | 310.86 | 0.67 | 0.66 |
| Hex | E2 | 6E | CD | 0 | 33 | 9 | B | 137 | 43 | 42 |
| Octal | 342 | 156 | 315 | 0 | 63 | 11 | 13 | 467 | 103 | 102 |
| Binary | 11100010 | 1101110 | 11001101 | 0 | 110011 | 1001 | 1011 | 100110111 | 1000011 | 1000010 |
Color Harmonies of #E26ECD
Complementary color
Monochromatic Colors of #E26ECD
Black with #E26ECD
Text Example
Text Example
White with #E26ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26ECD; }
p { color: rgb(226,110,205); }
H1.HeaderClassName
{
color: #E26ECD;
}
.AnyTagClassName
{
color: #E26ECD;
}
</style>
background-color css
<style>
a { background-color: #E26ECD; }
a { background-color: rgb(226,110,205); }
div.DivClassName
{
background-color: #E26ECD;
}
.BgClassName
{
background-color: #E26ECD;
}
</style>
border-color css
<style>
span { border-color: #E26ECD; }
span { border-color: rgb(226,110,205); }
td.TdClassName
{
border-color: #E26ECD;
}
.TagClassName
{
border-color: #E26ECD;
}
</style>