Shades of Orchid #E47FDC
Tints of Orchid #E47FDC
RGB
CMYK
RGB Variations
Color information
#E47FDC (or 0xE47FDC) is known color: Orchid. HEX triplet: E4, 7F and DC. RGB value is (228,127,220). Sum of RGB (Red+Green+Blue) = 228+127+220=575 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.65% from 575); Green value is 127 (50% from 255 or 22.09% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 228 - color contains mainly: red. Hex color #E47FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47FDC is #1B8023. Grayscale: #A7A7A7. Windows color (decimal): -1802276 or 14450660. OLE color: 14450660.
HSL color Cylindrical-coordinate representation of color #E47FDC: hue angle of 304.75º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E47FDC is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 127 | 220 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.11 |
| HSL | 304.75º | 0.65% | 0.7% | - |
| HSV(B) | 304.75º | 0.44% | 0.89% | - |
| XYZ | 52.5 | 36.84 | 72.05 | - |
| YUV | 167.8 | 157.46 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 127 | 220 | 0 | 0.44 | 0.04 | 0.11 | 304.75 | 0.65 | 0.7 |
| Hex | E4 | 7F | DC | 0 | 2C | 4 | B | 131 | 41 | 46 |
| Octal | 344 | 177 | 334 | 0 | 54 | 4 | 13 | 461 | 101 | 106 |
| Binary | 11100100 | 1111111 | 11011100 | 0 | 101100 | 100 | 1011 | 100110001 | 1000001 | 1000110 |
Color Harmonies of #E47FDC
Complementary color
Monochromatic Colors of #E47FDC
Black with #E47FDC
Text Example
Text Example
White with #E47FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47FDC; }
p { color: rgb(228,127,220); }
H1.HeaderClassName
{
color: #E47FDC;
}
.AnyTagClassName
{
color: #E47FDC;
}
</style>
background-color css
<style>
a { background-color: #E47FDC; }
a { background-color: rgb(228,127,220); }
div.DivClassName
{
background-color: #E47FDC;
}
.BgClassName
{
background-color: #E47FDC;
}
</style>
border-color css
<style>
span { border-color: #E47FDC; }
span { border-color: rgb(228,127,220); }
td.TdClassName
{
border-color: #E47FDC;
}
.TagClassName
{
border-color: #E47FDC;
}
</style>