Shades of Orchid #E47BC9
Tints of Orchid #E47BC9
RGB
CMYK
RGB Variations
Color information
#E47BC9 (or 0xE47BC9) is known color: Orchid. HEX triplet: E4, 7B and C9. RGB value is (228,123,201). Sum of RGB (Red+Green+Blue) = 228+123+201=552 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.30% from 552); Green value is 123 (48.44% from 255 or 22.28% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 228 - color contains mainly: red. Hex color #E47BC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47BC9 is #1B8436. Grayscale: #A3A3A3. Windows color (decimal): -1803319 or 13204452. OLE color: 13204452.
HSL color Cylindrical-coordinate representation of color #E47BC9: hue angle of 315.43º 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 #E47BC9 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 123 | 201 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.11 |
| HSL | 315.43º | 0.66% | 0.69% | - |
| HSV(B) | 315.43º | 0.46% | 0.89% | - |
| XYZ | 49.62 | 34.88 | 59.37 | - |
| YUV | 163.29 | 149.29 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 123 | 201 | 0 | 0.46 | 0.12 | 0.11 | 315.43 | 0.66 | 0.69 |
| Hex | E4 | 7B | C9 | 0 | 2E | C | B | 13B | 42 | 45 |
| Octal | 344 | 173 | 311 | 0 | 56 | 14 | 13 | 473 | 102 | 105 |
| Binary | 11100100 | 1111011 | 11001001 | 0 | 101110 | 1100 | 1011 | 100111011 | 1000010 | 1000101 |
Color Harmonies of #E47BC9
Complementary color
Monochromatic Colors of #E47BC9
Black with #E47BC9
Text Example
Text Example
White with #E47BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47BC9; }
p { color: rgb(228,123,201); }
H1.HeaderClassName
{
color: #E47BC9;
}
.AnyTagClassName
{
color: #E47BC9;
}
</style>
background-color css
<style>
a { background-color: #E47BC9; }
a { background-color: rgb(228,123,201); }
div.DivClassName
{
background-color: #E47BC9;
}
.BgClassName
{
background-color: #E47BC9;
}
</style>
border-color css
<style>
span { border-color: #E47BC9; }
span { border-color: rgb(228,123,201); }
td.TdClassName
{
border-color: #E47BC9;
}
.TagClassName
{
border-color: #E47BC9;
}
</style>