Shades of Orchid #E47BDC
Tints of Orchid #E47BDC
RGB
CMYK
RGB Variations
Color information
#E47BDC (or 0xE47BDC) is known color: Orchid. HEX triplet: E4, 7B and DC. RGB value is (228,123,220). Sum of RGB (Red+Green+Blue) = 228+123+220=571 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.93% from 571); Green value is 123 (48.44% from 255 or 21.54% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 228 - color contains mainly: red. Hex color #E47BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47BDC is #1B8423. Grayscale: #A5A5A5. Windows color (decimal): -1803300 or 14449636. OLE color: 14449636.
HSL color Cylindrical-coordinate representation of color #E47BDC: hue angle of 304.57º 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 #E47BDC is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 123 | 220 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.11 |
| HSL | 304.57º | 0.66% | 0.69% | - |
| HSV(B) | 304.57º | 0.46% | 0.89% | - |
| XYZ | 52 | 35.83 | 71.88 | - |
| YUV | 165.45 | 158.79 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 123 | 220 | 0 | 0.46 | 0.04 | 0.11 | 304.57 | 0.66 | 0.69 |
| Hex | E4 | 7B | DC | 0 | 2E | 4 | B | 131 | 42 | 45 |
| Octal | 344 | 173 | 334 | 0 | 56 | 4 | 13 | 461 | 102 | 105 |
| Binary | 11100100 | 1111011 | 11011100 | 0 | 101110 | 100 | 1011 | 100110001 | 1000010 | 1000101 |
Color Harmonies of #E47BDC
Complementary color
Monochromatic Colors of #E47BDC
Black with #E47BDC
Text Example
Text Example
White with #E47BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47BDC; }
p { color: rgb(228,123,220); }
H1.HeaderClassName
{
color: #E47BDC;
}
.AnyTagClassName
{
color: #E47BDC;
}
</style>
background-color css
<style>
a { background-color: #E47BDC; }
a { background-color: rgb(228,123,220); }
div.DivClassName
{
background-color: #E47BDC;
}
.BgClassName
{
background-color: #E47BDC;
}
</style>
border-color css
<style>
span { border-color: #E47BDC; }
span { border-color: rgb(228,123,220); }
td.TdClassName
{
border-color: #E47BDC;
}
.TagClassName
{
border-color: #E47BDC;
}
</style>