Shades of Orchid #E26DD0
Tints of Orchid #E26DD0
RGB
CMYK
RGB Variations
Color information
#E26DD0 (or 0xE26DD0) is known color: Orchid. HEX triplet: E2, 6D and D0. RGB value is (226,109,208). Sum of RGB (Red+Green+Blue) = 226+109+208=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 109 (42.97% from 255 or 20.07% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E26DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26DD0 is #1D922F. Grayscale: #9A9A9A. Windows color (decimal): -1937968 or 13659618. OLE color: 13659618.
HSL color Cylindrical-coordinate representation of color #E26DD0: hue angle of 309.23º 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 #E26DD0 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 109 | 208 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.11 |
| HSL | 309.23º | 0.67% | 0.66% | - |
| HSV(B) | 309.23º | 0.52% | 0.89% | - |
| XYZ | 48.22 | 31.66 | 63.24 | - |
| YUV | 155.27 | 157.76 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 109 | 208 | 0 | 0.52 | 0.08 | 0.11 | 309.23 | 0.67 | 0.66 |
| Hex | E2 | 6D | D0 | 0 | 34 | 8 | B | 135 | 43 | 42 |
| Octal | 342 | 155 | 320 | 0 | 64 | 10 | 13 | 465 | 103 | 102 |
| Binary | 11100010 | 1101101 | 11010000 | 0 | 110100 | 1000 | 1011 | 100110101 | 1000011 | 1000010 |
Color Harmonies of #E26DD0
Complementary color
Monochromatic Colors of #E26DD0
Black with #E26DD0
Text Example
Text Example
White with #E26DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26DD0; }
p { color: rgb(226,109,208); }
H1.HeaderClassName
{
color: #E26DD0;
}
.AnyTagClassName
{
color: #E26DD0;
}
</style>
background-color css
<style>
a { background-color: #E26DD0; }
a { background-color: rgb(226,109,208); }
div.DivClassName
{
background-color: #E26DD0;
}
.BgClassName
{
background-color: #E26DD0;
}
</style>
border-color css
<style>
span { border-color: #E26DD0; }
span { border-color: rgb(226,109,208); }
td.TdClassName
{
border-color: #E26DD0;
}
.TagClassName
{
border-color: #E26DD0;
}
</style>