Shades of Orchid #E47CCB
Tints of Orchid #E47CCB
RGB
CMYK
RGB Variations
Color information
#E47CCB (or 0xE47CCB) is known color: Orchid. HEX triplet: E4, 7C and CB. RGB value is (228,124,203). Sum of RGB (Red+Green+Blue) = 228+124+203=555 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.08% from 555); Green value is 124 (48.83% from 255 or 22.34% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 228 - color contains mainly: red. Hex color #E47CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47CCB is #1B8334. Grayscale: #A3A3A3. Windows color (decimal): -1803061 or 13335780. OLE color: 13335780.
HSL color Cylindrical-coordinate representation of color #E47CCB: hue angle of 314.42º 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 #E47CCB is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 124 | 203 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.11 |
| HSL | 314.42º | 0.66% | 0.69% | - |
| HSV(B) | 314.42º | 0.46% | 0.89% | - |
| XYZ | 49.98 | 35.22 | 60.66 | - |
| YUV | 164.1 | 149.96 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 124 | 203 | 0 | 0.46 | 0.11 | 0.11 | 314.42 | 0.66 | 0.69 |
| Hex | E4 | 7C | CB | 0 | 2E | B | B | 13A | 42 | 45 |
| Octal | 344 | 174 | 313 | 0 | 56 | 13 | 13 | 472 | 102 | 105 |
| Binary | 11100100 | 1111100 | 11001011 | 0 | 101110 | 1011 | 1011 | 100111010 | 1000010 | 1000101 |
Color Harmonies of #E47CCB
Complementary color
Monochromatic Colors of #E47CCB
Black with #E47CCB
Text Example
Text Example
White with #E47CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47CCB; }
p { color: rgb(228,124,203); }
H1.HeaderClassName
{
color: #E47CCB;
}
.AnyTagClassName
{
color: #E47CCB;
}
</style>
background-color css
<style>
a { background-color: #E47CCB; }
a { background-color: rgb(228,124,203); }
div.DivClassName
{
background-color: #E47CCB;
}
.BgClassName
{
background-color: #E47CCB;
}
</style>
border-color css
<style>
span { border-color: #E47CCB; }
span { border-color: rgb(228,124,203); }
td.TdClassName
{
border-color: #E47CCB;
}
.TagClassName
{
border-color: #E47CCB;
}
</style>