Shades of Orchid #E26DEA
Tints of Orchid #E26DEA
RGB
CMYK
RGB Variations
Color information
#E26DEA (or 0xE26DEA) is known color: Orchid. HEX triplet: E2, 6D and EA. RGB value is (226,109,234). Sum of RGB (Red+Green+Blue) = 226+109+234=569 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.72% from 569); Green value is 109 (42.97% from 255 or 19.16% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #E26DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26DEA is #1D9215. Grayscale: #9D9D9D. Windows color (decimal): -1937942 or 15363554. OLE color: 15363554.
HSL color Cylindrical-coordinate representation of color #E26DEA: hue angle of 296.16º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E26DEA is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 109 | 234 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.08 |
| HSL | 296.16º | 0.75% | 0.67% | - |
| HSV(B) | 296.16º | 0.53% | 0.92% | - |
| XYZ | 51.68 | 33.05 | 81.5 | - |
| YUV | 158.23 | 170.76 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 109 | 234 | 0.03 | 0.53 | 0 | 0.08 | 296.16 | 0.75 | 0.67 |
| Hex | E2 | 6D | EA | 3 | 35 | 0 | 8 | 128 | 4B | 43 |
| Octal | 342 | 155 | 352 | 3 | 65 | 0 | 10 | 450 | 113 | 103 |
| Binary | 11100010 | 1101101 | 11101010 | 11 | 110101 | 0 | 1000 | 100101000 | 1001011 | 1000011 |
Color Harmonies of #E26DEA
Complementary color
Monochromatic Colors of #E26DEA
Black with #E26DEA
Text Example
Text Example
White with #E26DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26DEA; }
p { color: rgb(226,109,234); }
H1.HeaderClassName
{
color: #E26DEA;
}
.AnyTagClassName
{
color: #E26DEA;
}
</style>
background-color css
<style>
a { background-color: #E26DEA; }
a { background-color: rgb(226,109,234); }
div.DivClassName
{
background-color: #E26DEA;
}
.BgClassName
{
background-color: #E26DEA;
}
</style>
border-color css
<style>
span { border-color: #E26DEA; }
span { border-color: rgb(226,109,234); }
td.TdClassName
{
border-color: #E26DEA;
}
.TagClassName
{
border-color: #E26DEA;
}
</style>