Shades of Orchid #E26EDC
Tints of Orchid #E26EDC
RGB
CMYK
RGB Variations
Color information
#E26EDC (or 0xE26EDC) is known color: Orchid. HEX triplet: E2, 6E and DC. RGB value is (226,110,220). Sum of RGB (Red+Green+Blue) = 226+110+220=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 110 (43.36% from 255 or 19.78% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E26EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26EDC is #1D9123. Grayscale: #9C9C9C. Windows color (decimal): -1937700 or 14446306. OLE color: 14446306.
HSL color Cylindrical-coordinate representation of color #E26EDC: hue angle of 303.1º 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 #E26EDC is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 110 | 220 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.11 |
| HSL | 303.1º | 0.67% | 0.66% | - |
| HSV(B) | 303.1º | 0.51% | 0.89% | - |
| XYZ | 49.86 | 32.49 | 71.35 | - |
| YUV | 157.22 | 163.43 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 220 | 0 | 0.51 | 0.03 | 0.11 | 303.1 | 0.67 | 0.66 |
| Hex | E2 | 6E | DC | 0 | 33 | 3 | B | 12F | 43 | 42 |
| Octal | 342 | 156 | 334 | 0 | 63 | 3 | 13 | 457 | 103 | 102 |
| Binary | 11100010 | 1101110 | 11011100 | 0 | 110011 | 11 | 1011 | 100101111 | 1000011 | 1000010 |
Color Harmonies of #E26EDC
Complementary color
Monochromatic Colors of #E26EDC
Black with #E26EDC
Text Example
Text Example
White with #E26EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26EDC; }
p { color: rgb(226,110,220); }
H1.HeaderClassName
{
color: #E26EDC;
}
.AnyTagClassName
{
color: #E26EDC;
}
</style>
background-color css
<style>
a { background-color: #E26EDC; }
a { background-color: rgb(226,110,220); }
div.DivClassName
{
background-color: #E26EDC;
}
.BgClassName
{
background-color: #E26EDC;
}
</style>
border-color css
<style>
span { border-color: #E26EDC; }
span { border-color: rgb(226,110,220); }
td.TdClassName
{
border-color: #E26EDC;
}
.TagClassName
{
border-color: #E26EDC;
}
</style>