Shades of Orchid #E47BCD
Tints of Orchid #E47BCD
RGB
CMYK
RGB Variations
Color information
#E47BCD (or 0xE47BCD) is known color: Orchid. HEX triplet: E4, 7B and CD. RGB value is (228,123,205). Sum of RGB (Red+Green+Blue) = 228+123+205=556 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.01% from 556); Green value is 123 (48.44% from 255 or 22.12% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 228 - color contains mainly: red. Hex color #E47BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47BCD is #1B8432. Grayscale: #A3A3A3. Windows color (decimal): -1803315 or 13466596. OLE color: 13466596.
HSL color Cylindrical-coordinate representation of color #E47BCD: hue angle of 313.14º 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 #E47BCD is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 123 | 205 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.11 |
| HSL | 313.14º | 0.66% | 0.69% | - |
| HSV(B) | 313.14º | 0.46% | 0.89% | - |
| XYZ | 50.1 | 35.07 | 61.89 | - |
| YUV | 163.74 | 151.29 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 123 | 205 | 0 | 0.46 | 0.10 | 0.11 | 313.14 | 0.66 | 0.69 |
| Hex | E4 | 7B | CD | 0 | 2E | A | B | 139 | 42 | 45 |
| Octal | 344 | 173 | 315 | 0 | 56 | 12 | 13 | 471 | 102 | 105 |
| Binary | 11100100 | 1111011 | 11001101 | 0 | 101110 | 1010 | 1011 | 100111001 | 1000010 | 1000101 |
Color Harmonies of #E47BCD
Complementary color
Monochromatic Colors of #E47BCD
Black with #E47BCD
Text Example
Text Example
White with #E47BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47BCD; }
p { color: rgb(228,123,205); }
H1.HeaderClassName
{
color: #E47BCD;
}
.AnyTagClassName
{
color: #E47BCD;
}
</style>
background-color css
<style>
a { background-color: #E47BCD; }
a { background-color: rgb(228,123,205); }
div.DivClassName
{
background-color: #E47BCD;
}
.BgClassName
{
background-color: #E47BCD;
}
</style>
border-color css
<style>
span { border-color: #E47BCD; }
span { border-color: rgb(228,123,205); }
td.TdClassName
{
border-color: #E47BCD;
}
.TagClassName
{
border-color: #E47BCD;
}
</style>