Shades of Orchid #E26EC3
Tints of Orchid #E26EC3
RGB
CMYK
RGB Variations
Color information
#E26EC3 (or 0xE26EC3) is known color: Orchid. HEX triplet: E2, 6E and C3. RGB value is (226,110,195). Sum of RGB (Red+Green+Blue) = 226+110+195=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 110 (43.36% from 255 or 20.72% from 531); Blue value is 195 (76.56% from 255 or 36.72% from 531); Max value from RGB is 226 - color contains mainly: red. Hex color #E26EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26EC3 is #1D913C. Grayscale: #9A9A9A. Windows color (decimal): -1937725 or 12807906. OLE color: 12807906.
HSL color Cylindrical-coordinate representation of color #E26EC3: hue angle of 316.03º 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 #E26EC3 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 110 | 195 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.11 |
| HSL | 316.03º | 0.67% | 0.66% | - |
| HSV(B) | 316.03º | 0.51% | 0.89% | - |
| XYZ | 46.79 | 31.26 | 55.2 | - |
| YUV | 154.37 | 150.93 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 195 | 0 | 0.51 | 0.14 | 0.11 | 316.03 | 0.67 | 0.66 |
| Hex | E2 | 6E | C3 | 0 | 33 | E | B | 13C | 43 | 42 |
| Octal | 342 | 156 | 303 | 0 | 63 | 16 | 13 | 474 | 103 | 102 |
| Binary | 11100010 | 1101110 | 11000011 | 0 | 110011 | 1110 | 1011 | 100111100 | 1000011 | 1000010 |
Color Harmonies of #E26EC3
Complementary color
Monochromatic Colors of #E26EC3
Black with #E26EC3
Text Example
Text Example
White with #E26EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26EC3; }
p { color: rgb(226,110,195); }
H1.HeaderClassName
{
color: #E26EC3;
}
.AnyTagClassName
{
color: #E26EC3;
}
</style>
background-color css
<style>
a { background-color: #E26EC3; }
a { background-color: rgb(226,110,195); }
div.DivClassName
{
background-color: #E26EC3;
}
.BgClassName
{
background-color: #E26EC3;
}
</style>
border-color css
<style>
span { border-color: #E26EC3; }
span { border-color: rgb(226,110,195); }
td.TdClassName
{
border-color: #E26EC3;
}
.TagClassName
{
border-color: #E26EC3;
}
</style>