Shades of Orchid #E26DC8
Tints of Orchid #E26DC8
RGB
CMYK
RGB Variations
Color information
#E26DC8 (or 0xE26DC8) is known color: Orchid. HEX triplet: E2, 6D and C8. RGB value is (226,109,200). Sum of RGB (Red+Green+Blue) = 226+109+200=535 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.24% from 535); Green value is 109 (42.97% from 255 or 20.37% from 535); Blue value is 200 (78.52% from 255 or 37.38% from 535); Max value from RGB is 226 - color contains mainly: red. Hex color #E26DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26DC8 is #1D9237. Grayscale: #9A9A9A. Windows color (decimal): -1937976 or 13135330. OLE color: 13135330.
HSL color Cylindrical-coordinate representation of color #E26DC8: hue angle of 313.33º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E26DC8 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 109 | 200 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.11 |
| HSL | 313.33º | 0.67% | 0.66% | - |
| HSV(B) | 313.33º | 0.52% | 0.89% | - |
| XYZ | 47.26 | 31.28 | 58.19 | - |
| YUV | 154.36 | 153.76 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 109 | 200 | 0 | 0.52 | 0.12 | 0.11 | 313.33 | 0.67 | 0.66 |
| Hex | E2 | 6D | C8 | 0 | 34 | C | B | 139 | 43 | 42 |
| Octal | 342 | 155 | 310 | 0 | 64 | 14 | 13 | 471 | 103 | 102 |
| Binary | 11100010 | 1101101 | 11001000 | 0 | 110100 | 1100 | 1011 | 100111001 | 1000011 | 1000010 |
Color Harmonies of #E26DC8
Complementary color
Monochromatic Colors of #E26DC8
Black with #E26DC8
Text Example
Text Example
White with #E26DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26DC8; }
p { color: rgb(226,109,200); }
H1.HeaderClassName
{
color: #E26DC8;
}
.AnyTagClassName
{
color: #E26DC8;
}
</style>
background-color css
<style>
a { background-color: #E26DC8; }
a { background-color: rgb(226,109,200); }
div.DivClassName
{
background-color: #E26DC8;
}
.BgClassName
{
background-color: #E26DC8;
}
</style>
border-color css
<style>
span { border-color: #E26DC8; }
span { border-color: rgb(226,109,200); }
td.TdClassName
{
border-color: #E26DC8;
}
.TagClassName
{
border-color: #E26DC8;
}
</style>