Shades of Orchid #E26AD9
Tints of Orchid #E26AD9
RGB
CMYK
RGB Variations
Color information
#E26AD9 (or 0xE26AD9) is known color: Orchid. HEX triplet: E2, 6A and D9. RGB value is (226,106,217). Sum of RGB (Red+Green+Blue) = 226+106+217=549 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.17% from 549); Green value is 106 (41.80% from 255 or 19.31% from 549); Blue value is 217 (85.16% from 255 or 39.53% from 549); Max value from RGB is 226 - color contains mainly: red. Hex color #E26AD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26AD9 is #1D9526. Grayscale: #9A9A9A. Windows color (decimal): -1938727 or 14248674. OLE color: 14248674.
HSL color Cylindrical-coordinate representation of color #E26AD9: hue angle of 304.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E26AD9 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 106 | 217 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.11 |
| HSL | 304.5º | 0.67% | 0.65% | - |
| HSV(B) | 304.5º | 0.53% | 0.89% | - |
| XYZ | 49.04 | 31.49 | 69.14 | - |
| YUV | 154.53 | 163.26 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 106 | 217 | 0 | 0.53 | 0.04 | 0.11 | 304.5 | 0.67 | 0.65 |
| Hex | E2 | 6A | D9 | 0 | 35 | 4 | B | 130 | 43 | 41 |
| Octal | 342 | 152 | 331 | 0 | 65 | 4 | 13 | 460 | 103 | 101 |
| Binary | 11100010 | 1101010 | 11011001 | 0 | 110101 | 100 | 1011 | 100110000 | 1000011 | 1000001 |
Color Harmonies of #E26AD9
Complementary color
Monochromatic Colors of #E26AD9
Black with #E26AD9
Text Example
Text Example
White with #E26AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26AD9; }
p { color: rgb(226,106,217); }
H1.HeaderClassName
{
color: #E26AD9;
}
.AnyTagClassName
{
color: #E26AD9;
}
</style>
background-color css
<style>
a { background-color: #E26AD9; }
a { background-color: rgb(226,106,217); }
div.DivClassName
{
background-color: #E26AD9;
}
.BgClassName
{
background-color: #E26AD9;
}
</style>
border-color css
<style>
span { border-color: #E26AD9; }
span { border-color: rgb(226,106,217); }
td.TdClassName
{
border-color: #E26AD9;
}
.TagClassName
{
border-color: #E26AD9;
}
</style>