Shades of Orchid #E27EDC
Tints of Orchid #E27EDC
RGB
CMYK
RGB Variations
Color information
#E27EDC (or 0xE27EDC) is known color: Orchid. HEX triplet: E2, 7E and DC. RGB value is (226,126,220). Sum of RGB (Red+Green+Blue) = 226+126+220=572 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.51% from 572); Green value is 126 (49.61% from 255 or 22.03% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 226 - color contains mainly: red. Hex color #E27EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27EDC is #1D8123. Grayscale: #A6A6A6. Windows color (decimal): -1933604 or 14450402. OLE color: 14450402.
HSL color Cylindrical-coordinate representation of color #E27EDC: hue angle of 303.6º 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 #E27EDC is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 126 | 220 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.11 |
| HSL | 303.6º | 0.63% | 0.69% | - |
| HSV(B) | 303.6º | 0.44% | 0.89% | - |
| XYZ | 51.74 | 36.26 | 71.98 | - |
| YUV | 166.62 | 158.13 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 126 | 220 | 0 | 0.44 | 0.03 | 0.11 | 303.6 | 0.63 | 0.69 |
| Hex | E2 | 7E | DC | 0 | 2C | 3 | B | 130 | 3F | 45 |
| Octal | 342 | 176 | 334 | 0 | 54 | 3 | 13 | 460 | 77 | 105 |
| Binary | 11100010 | 1111110 | 11011100 | 0 | 101100 | 11 | 1011 | 100110000 | 111111 | 1000101 |
Color Harmonies of #E27EDC
Complementary color
Monochromatic Colors of #E27EDC
Black with #E27EDC
Text Example
Text Example
White with #E27EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27EDC; }
p { color: rgb(226,126,220); }
H1.HeaderClassName
{
color: #E27EDC;
}
.AnyTagClassName
{
color: #E27EDC;
}
</style>
background-color css
<style>
a { background-color: #E27EDC; }
a { background-color: rgb(226,126,220); }
div.DivClassName
{
background-color: #E27EDC;
}
.BgClassName
{
background-color: #E27EDC;
}
</style>
border-color css
<style>
span { border-color: #E27EDC; }
span { border-color: rgb(226,126,220); }
td.TdClassName
{
border-color: #E27EDC;
}
.TagClassName
{
border-color: #E27EDC;
}
</style>