Shades of Orchid #E26DCD
Tints of Orchid #E26DCD
RGB
CMYK
RGB Variations
Color information
#E26DCD (or 0xE26DCD) is known color: Orchid. HEX triplet: E2, 6D and CD. RGB value is (226,109,205). Sum of RGB (Red+Green+Blue) = 226+109+205=540 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.85% from 540); Green value is 109 (42.97% from 255 or 20.19% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 226 - color contains mainly: red. Hex color #E26DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26DCD is #1D9232. Grayscale: #9A9A9A. Windows color (decimal): -1937971 or 13463010. OLE color: 13463010.
HSL color Cylindrical-coordinate representation of color #E26DCD: hue angle of 310.77º 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 #E26DCD is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 109 | 205 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.11 |
| HSL | 310.77º | 0.67% | 0.66% | - |
| HSV(B) | 310.77º | 0.52% | 0.89% | - |
| XYZ | 47.85 | 31.51 | 61.32 | - |
| YUV | 154.93 | 156.26 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 109 | 205 | 0 | 0.52 | 0.09 | 0.11 | 310.77 | 0.67 | 0.66 |
| Hex | E2 | 6D | CD | 0 | 34 | 9 | B | 137 | 43 | 42 |
| Octal | 342 | 155 | 315 | 0 | 64 | 11 | 13 | 467 | 103 | 102 |
| Binary | 11100010 | 1101101 | 11001101 | 0 | 110100 | 1001 | 1011 | 100110111 | 1000011 | 1000010 |
Color Harmonies of #E26DCD
Complementary color
Monochromatic Colors of #E26DCD
Black with #E26DCD
Text Example
Text Example
White with #E26DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26DCD; }
p { color: rgb(226,109,205); }
H1.HeaderClassName
{
color: #E26DCD;
}
.AnyTagClassName
{
color: #E26DCD;
}
</style>
background-color css
<style>
a { background-color: #E26DCD; }
a { background-color: rgb(226,109,205); }
div.DivClassName
{
background-color: #E26DCD;
}
.BgClassName
{
background-color: #E26DCD;
}
</style>
border-color css
<style>
span { border-color: #E26DCD; }
span { border-color: rgb(226,109,205); }
td.TdClassName
{
border-color: #E26DCD;
}
.TagClassName
{
border-color: #E26DCD;
}
</style>