Shades of Orchid #E47CC9
Tints of Orchid #E47CC9
RGB
CMYK
RGB Variations
Color information
#E47CC9 (or 0xE47CC9) is known color: Orchid. HEX triplet: E4, 7C and C9. RGB value is (228,124,201). Sum of RGB (Red+Green+Blue) = 228+124+201=553 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.23% from 553); Green value is 124 (48.83% from 255 or 22.42% from 553); Blue value is 201 (78.91% from 255 or 36.35% from 553); Max value from RGB is 228 - color contains mainly: red. Hex color #E47CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47CC9 is #1B8336. Grayscale: #A3A3A3. Windows color (decimal): -1803063 or 13204708. OLE color: 13204708.
HSL color Cylindrical-coordinate representation of color #E47CC9: hue angle of 315.58º 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 #E47CC9 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 124 | 201 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.11 |
| HSL | 315.58º | 0.66% | 0.69% | - |
| HSV(B) | 315.58º | 0.46% | 0.89% | - |
| XYZ | 49.75 | 35.13 | 59.42 | - |
| YUV | 163.87 | 148.96 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 124 | 201 | 0 | 0.46 | 0.12 | 0.11 | 315.58 | 0.66 | 0.69 |
| Hex | E4 | 7C | C9 | 0 | 2E | C | B | 13C | 42 | 45 |
| Octal | 344 | 174 | 311 | 0 | 56 | 14 | 13 | 474 | 102 | 105 |
| Binary | 11100100 | 1111100 | 11001001 | 0 | 101110 | 1100 | 1011 | 100111100 | 1000010 | 1000101 |
Color Harmonies of #E47CC9
Complementary color
Monochromatic Colors of #E47CC9
Black with #E47CC9
Text Example
Text Example
White with #E47CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47CC9; }
p { color: rgb(228,124,201); }
H1.HeaderClassName
{
color: #E47CC9;
}
.AnyTagClassName
{
color: #E47CC9;
}
</style>
background-color css
<style>
a { background-color: #E47CC9; }
a { background-color: rgb(228,124,201); }
div.DivClassName
{
background-color: #E47CC9;
}
.BgClassName
{
background-color: #E47CC9;
}
</style>
border-color css
<style>
span { border-color: #E47CC9; }
span { border-color: rgb(228,124,201); }
td.TdClassName
{
border-color: #E47CC9;
}
.TagClassName
{
border-color: #E47CC9;
}
</style>