Shades of Orchid #E26CE6
Tints of Orchid #E26CE6
RGB
CMYK
RGB Variations
Color information
#E26CE6 (or 0xE26CE6) is known color: Orchid. HEX triplet: E2, 6C and E6. RGB value is (226,108,230). Sum of RGB (Red+Green+Blue) = 226+108+230=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 108 (42.58% from 255 or 19.15% from 564); Blue value is 230 (90.23% from 255 or 40.78% from 564); Max value from RGB is 230 - color contains mainly: blue. Hex color #E26CE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26CE6 is #1D9319. Grayscale: #9C9C9C. Windows color (decimal): -1938202 or 15101154. OLE color: 15101154.
HSL color Cylindrical-coordinate representation of color #E26CE6: hue angle of 298.03º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E26CE6 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 108 | 230 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.10 |
| HSL | 298.03º | 0.71% | 0.66% | - |
| HSV(B) | 298.03º | 0.53% | 0.9% | - |
| XYZ | 51.01 | 32.61 | 78.47 | - |
| YUV | 157.19 | 169.09 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 108 | 230 | 0.02 | 0.53 | 0 | 0.10 | 298.03 | 0.71 | 0.66 |
| Hex | E2 | 6C | E6 | 2 | 35 | 0 | A | 12A | 47 | 42 |
| Octal | 342 | 154 | 346 | 2 | 65 | 0 | 12 | 452 | 107 | 102 |
| Binary | 11100010 | 1101100 | 11100110 | 10 | 110101 | 0 | 1010 | 100101010 | 1000111 | 1000010 |
Color Harmonies of #E26CE6
Complementary color
Monochromatic Colors of #E26CE6
Black with #E26CE6
Text Example
Text Example
White with #E26CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26CE6; }
p { color: rgb(226,108,230); }
H1.HeaderClassName
{
color: #E26CE6;
}
.AnyTagClassName
{
color: #E26CE6;
}
</style>
background-color css
<style>
a { background-color: #E26CE6; }
a { background-color: rgb(226,108,230); }
div.DivClassName
{
background-color: #E26CE6;
}
.BgClassName
{
background-color: #E26CE6;
}
</style>
border-color css
<style>
span { border-color: #E26CE6; }
span { border-color: rgb(226,108,230); }
td.TdClassName
{
border-color: #E26CE6;
}
.TagClassName
{
border-color: #E26CE6;
}
</style>