Shades of Orchid #E26CCE
Tints of Orchid #E26CCE
RGB
CMYK
RGB Variations
Color information
#E26CCE (or 0xE26CCE) is known color: Orchid. HEX triplet: E2, 6C and CE. RGB value is (226,108,206). Sum of RGB (Red+Green+Blue) = 226+108+206=540 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.85% from 540); Green value is 108 (42.58% from 255 or 20% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 226 - color contains mainly: red. Hex color #E26CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26CCE is #1D9331. Grayscale: #9A9A9A. Windows color (decimal): -1938226 or 13528290. OLE color: 13528290.
HSL color Cylindrical-coordinate representation of color #E26CCE: hue angle of 310.17º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E26CCE is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 108 | 206 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.11 |
| HSL | 310.17º | 0.67% | 0.65% | - |
| HSV(B) | 310.17º | 0.52% | 0.89% | - |
| XYZ | 47.87 | 31.35 | 61.92 | - |
| YUV | 154.45 | 157.09 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 108 | 206 | 0 | 0.52 | 0.09 | 0.11 | 310.17 | 0.67 | 0.65 |
| Hex | E2 | 6C | CE | 0 | 34 | 9 | B | 136 | 43 | 41 |
| Octal | 342 | 154 | 316 | 0 | 64 | 11 | 13 | 466 | 103 | 101 |
| Binary | 11100010 | 1101100 | 11001110 | 0 | 110100 | 1001 | 1011 | 100110110 | 1000011 | 1000001 |
Color Harmonies of #E26CCE
Complementary color
Monochromatic Colors of #E26CCE
Black with #E26CCE
Text Example
Text Example
White with #E26CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26CCE; }
p { color: rgb(226,108,206); }
H1.HeaderClassName
{
color: #E26CCE;
}
.AnyTagClassName
{
color: #E26CCE;
}
</style>
background-color css
<style>
a { background-color: #E26CCE; }
a { background-color: rgb(226,108,206); }
div.DivClassName
{
background-color: #E26CCE;
}
.BgClassName
{
background-color: #E26CCE;
}
</style>
border-color css
<style>
span { border-color: #E26CCE; }
span { border-color: rgb(226,108,206); }
td.TdClassName
{
border-color: #E26CCE;
}
.TagClassName
{
border-color: #E26CCE;
}
</style>