Shades of Orchid #E26AD1
Tints of Orchid #E26AD1
RGB
CMYK
RGB Variations
Color information
#E26AD1 (or 0xE26AD1) is known color: Orchid. HEX triplet: E2, 6A and D1. RGB value is (226,106,209). Sum of RGB (Red+Green+Blue) = 226+106+209=541 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.77% from 541); Green value is 106 (41.80% from 255 or 19.59% from 541); Blue value is 209 (82.03% from 255 or 38.63% from 541); Max value from RGB is 226 - color contains mainly: red. Hex color #E26AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26AD1 is #1D952E. Grayscale: #999999. Windows color (decimal): -1938735 or 13724386. OLE color: 13724386.
HSL color Cylindrical-coordinate representation of color #E26AD1: hue angle of 308.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 #E26AD1 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 106 | 209 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.11 |
| HSL | 308.5º | 0.67% | 0.65% | - |
| HSV(B) | 308.5º | 0.53% | 0.89% | - |
| XYZ | 48.03 | 31.08 | 63.79 | - |
| YUV | 153.62 | 159.26 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 106 | 209 | 0 | 0.53 | 0.08 | 0.11 | 308.5 | 0.67 | 0.65 |
| Hex | E2 | 6A | D1 | 0 | 35 | 8 | B | 134 | 43 | 41 |
| Octal | 342 | 152 | 321 | 0 | 65 | 10 | 13 | 464 | 103 | 101 |
| Binary | 11100010 | 1101010 | 11010001 | 0 | 110101 | 1000 | 1011 | 100110100 | 1000011 | 1000001 |
Color Harmonies of #E26AD1
Complementary color
Monochromatic Colors of #E26AD1
Black with #E26AD1
Text Example
Text Example
White with #E26AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26AD1; }
p { color: rgb(226,106,209); }
H1.HeaderClassName
{
color: #E26AD1;
}
.AnyTagClassName
{
color: #E26AD1;
}
</style>
background-color css
<style>
a { background-color: #E26AD1; }
a { background-color: rgb(226,106,209); }
div.DivClassName
{
background-color: #E26AD1;
}
.BgClassName
{
background-color: #E26AD1;
}
</style>
border-color css
<style>
span { border-color: #E26AD1; }
span { border-color: rgb(226,106,209); }
td.TdClassName
{
border-color: #E26AD1;
}
.TagClassName
{
border-color: #E26AD1;
}
</style>