Shades of Orchid #E26BDE
Tints of Orchid #E26BDE
RGB
CMYK
RGB Variations
Color information
#E26BDE (or 0xE26BDE) is known color: Orchid. HEX triplet: E2, 6B and DE. RGB value is (226,107,222). Sum of RGB (Red+Green+Blue) = 226+107+222=555 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.72% from 555); Green value is 107 (42.19% from 255 or 19.28% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 226 - color contains mainly: red. Hex color #E26BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26BDE is #1D9421. Grayscale: #9B9B9B. Windows color (decimal): -1938466 or 14576610. OLE color: 14576610.
HSL color Cylindrical-coordinate representation of color #E26BDE: hue angle of 302.02º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E26BDE is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 107 | 222 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.11 |
| HSL | 302.02º | 0.67% | 0.65% | - |
| HSV(B) | 302.02º | 0.53% | 0.89% | - |
| XYZ | 49.81 | 31.96 | 72.65 | - |
| YUV | 155.69 | 165.42 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 107 | 222 | 0 | 0.53 | 0.02 | 0.11 | 302.02 | 0.67 | 0.65 |
| Hex | E2 | 6B | DE | 0 | 35 | 2 | B | 12E | 43 | 41 |
| Octal | 342 | 153 | 336 | 0 | 65 | 2 | 13 | 456 | 103 | 101 |
| Binary | 11100010 | 1101011 | 11011110 | 0 | 110101 | 10 | 1011 | 100101110 | 1000011 | 1000001 |
Color Harmonies of #E26BDE
Complementary color
Monochromatic Colors of #E26BDE
Black with #E26BDE
Text Example
Text Example
White with #E26BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26BDE; }
p { color: rgb(226,107,222); }
H1.HeaderClassName
{
color: #E26BDE;
}
.AnyTagClassName
{
color: #E26BDE;
}
</style>
background-color css
<style>
a { background-color: #E26BDE; }
a { background-color: rgb(226,107,222); }
div.DivClassName
{
background-color: #E26BDE;
}
.BgClassName
{
background-color: #E26BDE;
}
</style>
border-color css
<style>
span { border-color: #E26BDE; }
span { border-color: rgb(226,107,222); }
td.TdClassName
{
border-color: #E26BDE;
}
.TagClassName
{
border-color: #E26BDE;
}
</style>