Shades of Orchid #E26ACE
Tints of Orchid #E26ACE
RGB
CMYK
RGB Variations
Color information
#E26ACE (or 0xE26ACE) is known color: Orchid. HEX triplet: E2, 6A and CE. RGB value is (226,106,206). Sum of RGB (Red+Green+Blue) = 226+106+206=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 106 (41.80% from 255 or 19.70% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E26ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26ACE is #1D9531. Grayscale: #999999. Windows color (decimal): -1938738 or 13527778. OLE color: 13527778.
HSL color Cylindrical-coordinate representation of color #E26ACE: hue angle of 310º 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 #E26ACE is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 106 | 206 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.11 |
| HSL | 310º | 0.67% | 0.65% | - |
| HSV(B) | 310º | 0.53% | 0.89% | - |
| XYZ | 47.66 | 30.93 | 61.85 | - |
| YUV | 153.28 | 157.76 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 106 | 206 | 0 | 0.53 | 0.09 | 0.11 | 310 | 0.67 | 0.65 |
| Hex | E2 | 6A | CE | 0 | 35 | 9 | B | 136 | 43 | 41 |
| Octal | 342 | 152 | 316 | 0 | 65 | 11 | 13 | 466 | 103 | 101 |
| Binary | 11100010 | 1101010 | 11001110 | 0 | 110101 | 1001 | 1011 | 100110110 | 1000011 | 1000001 |
Color Harmonies of #E26ACE
Complementary color
Monochromatic Colors of #E26ACE
Black with #E26ACE
Text Example
Text Example
White with #E26ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26ACE; }
p { color: rgb(226,106,206); }
H1.HeaderClassName
{
color: #E26ACE;
}
.AnyTagClassName
{
color: #E26ACE;
}
</style>
background-color css
<style>
a { background-color: #E26ACE; }
a { background-color: rgb(226,106,206); }
div.DivClassName
{
background-color: #E26ACE;
}
.BgClassName
{
background-color: #E26ACE;
}
</style>
border-color css
<style>
span { border-color: #E26ACE; }
span { border-color: rgb(226,106,206); }
td.TdClassName
{
border-color: #E26ACE;
}
.TagClassName
{
border-color: #E26ACE;
}
</style>