Shades of Orchid #E47CD4
Tints of Orchid #E47CD4
RGB
CMYK
RGB Variations
Color information
#E47CD4 (or 0xE47CD4) is known color: Orchid. HEX triplet: E4, 7C and D4. RGB value is (228,124,212). Sum of RGB (Red+Green+Blue) = 228+124+212=564 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.43% from 564); Green value is 124 (48.83% from 255 or 21.99% from 564); Blue value is 212 (83.20% from 255 or 37.59% from 564); Max value from RGB is 228 - color contains mainly: red. Hex color #E47CD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47CD4 is #1B832B. Grayscale: #A4A4A4. Windows color (decimal): -1803052 or 13925604. OLE color: 13925604.
HSL color Cylindrical-coordinate representation of color #E47CD4: hue angle of 309.23º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E47CD4 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 124 | 212 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.11 |
| HSL | 309.23º | 0.66% | 0.69% | - |
| HSV(B) | 309.23º | 0.46% | 0.89% | - |
| XYZ | 51.09 | 35.66 | 66.48 | - |
| YUV | 165.13 | 154.46 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 124 | 212 | 0 | 0.46 | 0.07 | 0.11 | 309.23 | 0.66 | 0.69 |
| Hex | E4 | 7C | D4 | 0 | 2E | 7 | B | 135 | 42 | 45 |
| Octal | 344 | 174 | 324 | 0 | 56 | 7 | 13 | 465 | 102 | 105 |
| Binary | 11100100 | 1111100 | 11010100 | 0 | 101110 | 111 | 1011 | 100110101 | 1000010 | 1000101 |
Color Harmonies of #E47CD4
Complementary color
Monochromatic Colors of #E47CD4
Black with #E47CD4
Text Example
Text Example
White with #E47CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47CD4; }
p { color: rgb(228,124,212); }
H1.HeaderClassName
{
color: #E47CD4;
}
.AnyTagClassName
{
color: #E47CD4;
}
</style>
background-color css
<style>
a { background-color: #E47CD4; }
a { background-color: rgb(228,124,212); }
div.DivClassName
{
background-color: #E47CD4;
}
.BgClassName
{
background-color: #E47CD4;
}
</style>
border-color css
<style>
span { border-color: #E47CD4; }
span { border-color: rgb(228,124,212); }
td.TdClassName
{
border-color: #E47CD4;
}
.TagClassName
{
border-color: #E47CD4;
}
</style>