Shades of Orchid #E47CDF
Tints of Orchid #E47CDF
RGB
CMYK
RGB Variations
Color information
#E47CDF (or 0xE47CDF) is known color: Orchid. HEX triplet: E4, 7C and DF. RGB value is (228,124,223). Sum of RGB (Red+Green+Blue) = 228+124+223=575 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.65% from 575); Green value is 124 (48.83% from 255 or 21.57% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 228 - color contains mainly: red. Hex color #E47CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47CDF is #1B8320. Grayscale: #A6A6A6. Windows color (decimal): -1803041 or 14646500. OLE color: 14646500.
HSL color Cylindrical-coordinate representation of color #E47CDF: hue angle of 302.88º 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 #E47CDF is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 124 | 223 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.11 |
| HSL | 302.88º | 0.66% | 0.69% | - |
| HSV(B) | 302.88º | 0.46% | 0.89% | - |
| XYZ | 52.52 | 36.24 | 74.04 | - |
| YUV | 166.38 | 159.96 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 124 | 223 | 0 | 0.46 | 0.02 | 0.11 | 302.88 | 0.66 | 0.69 |
| Hex | E4 | 7C | DF | 0 | 2E | 2 | B | 12F | 42 | 45 |
| Octal | 344 | 174 | 337 | 0 | 56 | 2 | 13 | 457 | 102 | 105 |
| Binary | 11100100 | 1111100 | 11011111 | 0 | 101110 | 10 | 1011 | 100101111 | 1000010 | 1000101 |
Color Harmonies of #E47CDF
Complementary color
Monochromatic Colors of #E47CDF
Black with #E47CDF
Text Example
Text Example
White with #E47CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47CDF; }
p { color: rgb(228,124,223); }
H1.HeaderClassName
{
color: #E47CDF;
}
.AnyTagClassName
{
color: #E47CDF;
}
</style>
background-color css
<style>
a { background-color: #E47CDF; }
a { background-color: rgb(228,124,223); }
div.DivClassName
{
background-color: #E47CDF;
}
.BgClassName
{
background-color: #E47CDF;
}
</style>
border-color css
<style>
span { border-color: #E47CDF; }
span { border-color: rgb(228,124,223); }
td.TdClassName
{
border-color: #E47CDF;
}
.TagClassName
{
border-color: #E47CDF;
}
</style>