Shades of Orchid #E47FCD
Tints of Orchid #E47FCD
RGB
CMYK
RGB Variations
Color information
#E47FCD (or 0xE47FCD) is known color: Orchid. HEX triplet: E4, 7F and CD. RGB value is (228,127,205). Sum of RGB (Red+Green+Blue) = 228+127+205=560 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.71% from 560); Green value is 127 (50% from 255 or 22.68% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 228 - color contains mainly: red. Hex color #E47FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47FCD is #1B8032. Grayscale: #A5A5A5. Windows color (decimal): -1802291 or 13467620. OLE color: 13467620.
HSL color Cylindrical-coordinate representation of color #E47FCD: hue angle of 313.66º 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 #E47FCD is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 127 | 205 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.11 |
| HSL | 313.66º | 0.65% | 0.7% | - |
| HSV(B) | 313.66º | 0.44% | 0.89% | - |
| XYZ | 50.6 | 36.08 | 62.05 | - |
| YUV | 166.09 | 149.96 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 127 | 205 | 0 | 0.44 | 0.10 | 0.11 | 313.66 | 0.65 | 0.7 |
| Hex | E4 | 7F | CD | 0 | 2C | A | B | 13A | 41 | 46 |
| Octal | 344 | 177 | 315 | 0 | 54 | 12 | 13 | 472 | 101 | 106 |
| Binary | 11100100 | 1111111 | 11001101 | 0 | 101100 | 1010 | 1011 | 100111010 | 1000001 | 1000110 |
Color Harmonies of #E47FCD
Complementary color
Monochromatic Colors of #E47FCD
Black with #E47FCD
Text Example
Text Example
White with #E47FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47FCD; }
p { color: rgb(228,127,205); }
H1.HeaderClassName
{
color: #E47FCD;
}
.AnyTagClassName
{
color: #E47FCD;
}
</style>
background-color css
<style>
a { background-color: #E47FCD; }
a { background-color: rgb(228,127,205); }
div.DivClassName
{
background-color: #E47FCD;
}
.BgClassName
{
background-color: #E47FCD;
}
</style>
border-color css
<style>
span { border-color: #E47FCD; }
span { border-color: rgb(228,127,205); }
td.TdClassName
{
border-color: #E47FCD;
}
.TagClassName
{
border-color: #E47FCD;
}
</style>