Shades of Orchid #E26DD6
Tints of Orchid #E26DD6
RGB
CMYK
RGB Variations
Color information
#E26DD6 (or 0xE26DD6) is known color: Orchid. HEX triplet: E2, 6D and D6. RGB value is (226,109,214). Sum of RGB (Red+Green+Blue) = 226+109+214=549 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.17% from 549); Green value is 109 (42.97% from 255 or 19.85% from 549); Blue value is 214 (83.98% from 255 or 38.98% from 549); Max value from RGB is 226 - color contains mainly: red. Hex color #E26DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26DD6 is #1D9229. Grayscale: #9B9B9B. Windows color (decimal): -1937962 or 14052834. OLE color: 14052834.
HSL color Cylindrical-coordinate representation of color #E26DD6: hue angle of 306.15º 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 #E26DD6 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 109 | 214 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.11 |
| HSL | 306.15º | 0.67% | 0.66% | - |
| HSV(B) | 306.15º | 0.52% | 0.89% | - |
| XYZ | 48.97 | 31.96 | 67.21 | - |
| YUV | 155.95 | 160.76 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 109 | 214 | 0 | 0.52 | 0.05 | 0.11 | 306.15 | 0.67 | 0.66 |
| Hex | E2 | 6D | D6 | 0 | 34 | 5 | B | 132 | 43 | 42 |
| Octal | 342 | 155 | 326 | 0 | 64 | 5 | 13 | 462 | 103 | 102 |
| Binary | 11100010 | 1101101 | 11010110 | 0 | 110100 | 101 | 1011 | 100110010 | 1000011 | 1000010 |
Color Harmonies of #E26DD6
Complementary color
Monochromatic Colors of #E26DD6
Black with #E26DD6
Text Example
Text Example
White with #E26DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26DD6; }
p { color: rgb(226,109,214); }
H1.HeaderClassName
{
color: #E26DD6;
}
.AnyTagClassName
{
color: #E26DD6;
}
</style>
background-color css
<style>
a { background-color: #E26DD6; }
a { background-color: rgb(226,109,214); }
div.DivClassName
{
background-color: #E26DD6;
}
.BgClassName
{
background-color: #E26DD6;
}
</style>
border-color css
<style>
span { border-color: #E26DD6; }
span { border-color: rgb(226,109,214); }
td.TdClassName
{
border-color: #E26DD6;
}
.TagClassName
{
border-color: #E26DD6;
}
</style>