Shades of Orchid #E47BCA
Tints of Orchid #E47BCA
RGB
CMYK
RGB Variations
Color information
#E47BCA (or 0xE47BCA) is known color: Orchid. HEX triplet: E4, 7B and CA. RGB value is (228,123,202). Sum of RGB (Red+Green+Blue) = 228+123+202=553 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.23% from 553); Green value is 123 (48.44% from 255 or 22.24% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 228 - color contains mainly: red. Hex color #E47BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47BCA is #1B8435. Grayscale: #A3A3A3. Windows color (decimal): -1803318 or 13269988. OLE color: 13269988.
HSL color Cylindrical-coordinate representation of color #E47BCA: hue angle of 314.86º 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 #E47BCA is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 123 | 202 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.11 |
| HSL | 314.86º | 0.66% | 0.69% | - |
| HSV(B) | 314.86º | 0.46% | 0.89% | - |
| XYZ | 49.74 | 34.92 | 60 | - |
| YUV | 163.4 | 149.79 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 123 | 202 | 0 | 0.46 | 0.11 | 0.11 | 314.86 | 0.66 | 0.69 |
| Hex | E4 | 7B | CA | 0 | 2E | B | B | 13B | 42 | 45 |
| Octal | 344 | 173 | 312 | 0 | 56 | 13 | 13 | 473 | 102 | 105 |
| Binary | 11100100 | 1111011 | 11001010 | 0 | 101110 | 1011 | 1011 | 100111011 | 1000010 | 1000101 |
Color Harmonies of #E47BCA
Complementary color
Monochromatic Colors of #E47BCA
Black with #E47BCA
Text Example
Text Example
White with #E47BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47BCA; }
p { color: rgb(228,123,202); }
H1.HeaderClassName
{
color: #E47BCA;
}
.AnyTagClassName
{
color: #E47BCA;
}
</style>
background-color css
<style>
a { background-color: #E47BCA; }
a { background-color: rgb(228,123,202); }
div.DivClassName
{
background-color: #E47BCA;
}
.BgClassName
{
background-color: #E47BCA;
}
</style>
border-color css
<style>
span { border-color: #E47BCA; }
span { border-color: rgb(228,123,202); }
td.TdClassName
{
border-color: #E47BCA;
}
.TagClassName
{
border-color: #E47BCA;
}
</style>