Shades of Orchid #E475D1
Tints of Orchid #E475D1
RGB
CMYK
RGB Variations
Color information
#E475D1 (or 0xE475D1) is known color: Orchid. HEX triplet: E4, 75 and D1. RGB value is (228,117,209). Sum of RGB (Red+Green+Blue) = 228+117+209=554 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.16% from 554); Green value is 117 (46.09% from 255 or 21.12% from 554); Blue value is 209 (82.03% from 255 or 37.73% from 554); Max value from RGB is 228 - color contains mainly: red. Hex color #E475D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E475D1 is #1B8A2E. Grayscale: #A0A0A0. Windows color (decimal): -1804847 or 13727204. OLE color: 13727204.
HSL color Cylindrical-coordinate representation of color #E475D1: hue angle of 310.27º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E475D1 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 117 | 209 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.11 |
| HSL | 310.27º | 0.67% | 0.68% | - |
| HSV(B) | 310.27º | 0.49% | 0.89% | - |
| XYZ | 49.86 | 33.82 | 64.22 | - |
| YUV | 160.68 | 155.27 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 117 | 209 | 0 | 0.49 | 0.08 | 0.11 | 310.27 | 0.67 | 0.68 |
| Hex | E4 | 75 | D1 | 0 | 31 | 8 | B | 136 | 43 | 44 |
| Octal | 344 | 165 | 321 | 0 | 61 | 10 | 13 | 466 | 103 | 104 |
| Binary | 11100100 | 1110101 | 11010001 | 0 | 110001 | 1000 | 1011 | 100110110 | 1000011 | 1000100 |
Color Harmonies of #E475D1
Complementary color
Monochromatic Colors of #E475D1
Black with #E475D1
Text Example
Text Example
White with #E475D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E475D1; }
p { color: rgb(228,117,209); }
H1.HeaderClassName
{
color: #E475D1;
}
.AnyTagClassName
{
color: #E475D1;
}
</style>
background-color css
<style>
a { background-color: #E475D1; }
a { background-color: rgb(228,117,209); }
div.DivClassName
{
background-color: #E475D1;
}
.BgClassName
{
background-color: #E475D1;
}
</style>
border-color css
<style>
span { border-color: #E475D1; }
span { border-color: rgb(228,117,209); }
td.TdClassName
{
border-color: #E475D1;
}
.TagClassName
{
border-color: #E475D1;
}
</style>