Shades of Orchid #E27ECE
Tints of Orchid #E27ECE
RGB
CMYK
RGB Variations
Color information
#E27ECE (or 0xE27ECE) is known color: Orchid. HEX triplet: E2, 7E and CE. RGB value is (226,126,206). Sum of RGB (Red+Green+Blue) = 226+126+206=558 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.50% from 558); Green value is 126 (49.61% from 255 or 22.58% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 226 - color contains mainly: red. Hex color #E27ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27ECE is #1D8131. Grayscale: #A4A4A4. Windows color (decimal): -1933618 or 13532898. OLE color: 13532898.
HSL color Cylindrical-coordinate representation of color #E27ECE: hue angle of 312º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E27ECE is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 126 | 206 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.11 |
| HSL | 312º | 0.63% | 0.69% | - |
| HSV(B) | 312º | 0.44% | 0.89% | - |
| XYZ | 49.97 | 35.55 | 62.62 | - |
| YUV | 165.02 | 151.13 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 126 | 206 | 0 | 0.44 | 0.09 | 0.11 | 312 | 0.63 | 0.69 |
| Hex | E2 | 7E | CE | 0 | 2C | 9 | B | 138 | 3F | 45 |
| Octal | 342 | 176 | 316 | 0 | 54 | 11 | 13 | 470 | 77 | 105 |
| Binary | 11100010 | 1111110 | 11001110 | 0 | 101100 | 1001 | 1011 | 100111000 | 111111 | 1000101 |
Color Harmonies of #E27ECE
Complementary color
Monochromatic Colors of #E27ECE
Black with #E27ECE
Text Example
Text Example
White with #E27ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27ECE; }
p { color: rgb(226,126,206); }
H1.HeaderClassName
{
color: #E27ECE;
}
.AnyTagClassName
{
color: #E27ECE;
}
</style>
background-color css
<style>
a { background-color: #E27ECE; }
a { background-color: rgb(226,126,206); }
div.DivClassName
{
background-color: #E27ECE;
}
.BgClassName
{
background-color: #E27ECE;
}
</style>
border-color css
<style>
span { border-color: #E27ECE; }
span { border-color: rgb(226,126,206); }
td.TdClassName
{
border-color: #E27ECE;
}
.TagClassName
{
border-color: #E27ECE;
}
</style>