Shades of Orchid #E47CCD
Tints of Orchid #E47CCD
RGB
CMYK
RGB Variations
Color information
#E47CCD (or 0xE47CCD) is known color: Orchid. HEX triplet: E4, 7C and CD. RGB value is (228,124,205). Sum of RGB (Red+Green+Blue) = 228+124+205=557 (73% of max value = 765). Red value is 228 (89.45% from 255 or 40.93% from 557); Green value is 124 (48.83% from 255 or 22.26% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 228 - color contains mainly: red. Hex color #E47CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47CCD is #1B8332. Grayscale: #A4A4A4. Windows color (decimal): -1803059 or 13466852. OLE color: 13466852.
HSL color Cylindrical-coordinate representation of color #E47CCD: hue angle of 313.27º 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 #E47CCD is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 124 | 205 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.11 |
| HSL | 313.27º | 0.66% | 0.69% | - |
| HSV(B) | 313.27º | 0.46% | 0.89% | - |
| XYZ | 50.22 | 35.32 | 61.93 | - |
| YUV | 164.33 | 150.96 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 124 | 205 | 0 | 0.46 | 0.10 | 0.11 | 313.27 | 0.66 | 0.69 |
| Hex | E4 | 7C | CD | 0 | 2E | A | B | 139 | 42 | 45 |
| Octal | 344 | 174 | 315 | 0 | 56 | 12 | 13 | 471 | 102 | 105 |
| Binary | 11100100 | 1111100 | 11001101 | 0 | 101110 | 1010 | 1011 | 100111001 | 1000010 | 1000101 |
Color Harmonies of #E47CCD
Complementary color
Monochromatic Colors of #E47CCD
Black with #E47CCD
Text Example
Text Example
White with #E47CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47CCD; }
p { color: rgb(228,124,205); }
H1.HeaderClassName
{
color: #E47CCD;
}
.AnyTagClassName
{
color: #E47CCD;
}
</style>
background-color css
<style>
a { background-color: #E47CCD; }
a { background-color: rgb(228,124,205); }
div.DivClassName
{
background-color: #E47CCD;
}
.BgClassName
{
background-color: #E47CCD;
}
</style>
border-color css
<style>
span { border-color: #E47CCD; }
span { border-color: rgb(228,124,205); }
td.TdClassName
{
border-color: #E47CCD;
}
.TagClassName
{
border-color: #E47CCD;
}
</style>