Shades of Orchid #E26AD5
Tints of Orchid #E26AD5
RGB
CMYK
RGB Variations
Color information
#E26AD5 (or 0xE26AD5) is known color: Orchid. HEX triplet: E2, 6A and D5. RGB value is (226,106,213). Sum of RGB (Red+Green+Blue) = 226+106+213=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 106 (41.80% from 255 or 19.45% from 545); Blue value is 213 (83.59% from 255 or 39.08% from 545); Max value from RGB is 226 - color contains mainly: red. Hex color #E26AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26AD5 is #1D952A. Grayscale: #999999. Windows color (decimal): -1938731 or 13986530. OLE color: 13986530.
HSL color Cylindrical-coordinate representation of color #E26AD5: hue angle of 306.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 #E26AD5 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 106 | 213 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.11 |
| HSL | 306.5º | 0.67% | 0.65% | - |
| HSV(B) | 306.5º | 0.53% | 0.89% | - |
| XYZ | 48.53 | 31.28 | 66.43 | - |
| YUV | 154.08 | 161.26 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 106 | 213 | 0 | 0.53 | 0.06 | 0.11 | 306.5 | 0.67 | 0.65 |
| Hex | E2 | 6A | D5 | 0 | 35 | 6 | B | 132 | 43 | 41 |
| Octal | 342 | 152 | 325 | 0 | 65 | 6 | 13 | 462 | 103 | 101 |
| Binary | 11100010 | 1101010 | 11010101 | 0 | 110101 | 110 | 1011 | 100110010 | 1000011 | 1000001 |
Color Harmonies of #E26AD5
Complementary color
Monochromatic Colors of #E26AD5
Black with #E26AD5
Text Example
Text Example
White with #E26AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26AD5; }
p { color: rgb(226,106,213); }
H1.HeaderClassName
{
color: #E26AD5;
}
.AnyTagClassName
{
color: #E26AD5;
}
</style>
background-color css
<style>
a { background-color: #E26AD5; }
a { background-color: rgb(226,106,213); }
div.DivClassName
{
background-color: #E26AD5;
}
.BgClassName
{
background-color: #E26AD5;
}
</style>
border-color css
<style>
span { border-color: #E26AD5; }
span { border-color: rgb(226,106,213); }
td.TdClassName
{
border-color: #E26AD5;
}
.TagClassName
{
border-color: #E26AD5;
}
</style>