Shades of Orchid #E26ECE
Tints of Orchid #E26ECE
RGB
CMYK
RGB Variations
Color information
#E26ECE (or 0xE26ECE) is known color: Orchid. HEX triplet: E2, 6E and CE. RGB value is (226,110,206). Sum of RGB (Red+Green+Blue) = 226+110+206=542 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.70% from 542); Green value is 110 (43.36% from 255 or 20.30% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 226 - color contains mainly: red. Hex color #E26ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26ECE is #1D9131. Grayscale: #9B9B9B. Windows color (decimal): -1937714 or 13528802. OLE color: 13528802.
HSL color Cylindrical-coordinate representation of color #E26ECE: hue angle of 310.34º 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 #E26ECE is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 110 | 206 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.11 |
| HSL | 310.34º | 0.67% | 0.66% | - |
| HSV(B) | 310.34º | 0.51% | 0.89% | - |
| XYZ | 48.08 | 31.78 | 61.99 | - |
| YUV | 155.63 | 156.43 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 206 | 0 | 0.51 | 0.09 | 0.11 | 310.34 | 0.67 | 0.66 |
| Hex | E2 | 6E | CE | 0 | 33 | 9 | B | 136 | 43 | 42 |
| Octal | 342 | 156 | 316 | 0 | 63 | 11 | 13 | 466 | 103 | 102 |
| Binary | 11100010 | 1101110 | 11001110 | 0 | 110011 | 1001 | 1011 | 100110110 | 1000011 | 1000010 |
Color Harmonies of #E26ECE
Complementary color
Monochromatic Colors of #E26ECE
Black with #E26ECE
Text Example
Text Example
White with #E26ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26ECE; }
p { color: rgb(226,110,206); }
H1.HeaderClassName
{
color: #E26ECE;
}
.AnyTagClassName
{
color: #E26ECE;
}
</style>
background-color css
<style>
a { background-color: #E26ECE; }
a { background-color: rgb(226,110,206); }
div.DivClassName
{
background-color: #E26ECE;
}
.BgClassName
{
background-color: #E26ECE;
}
</style>
border-color css
<style>
span { border-color: #E26ECE; }
span { border-color: rgb(226,110,206); }
td.TdClassName
{
border-color: #E26ECE;
}
.TagClassName
{
border-color: #E26ECE;
}
</style>