Shades of Orchid #E475D3
Tints of Orchid #E475D3
RGB
CMYK
RGB Variations
Color information
#E475D3 (or 0xE475D3) is known color: Orchid. HEX triplet: E4, 75 and D3. RGB value is (228,117,211). Sum of RGB (Red+Green+Blue) = 228+117+211=556 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.01% from 556); Green value is 117 (46.09% from 255 or 21.04% from 556); Blue value is 211 (82.81% from 255 or 37.95% from 556); Max value from RGB is 228 - color contains mainly: red. Hex color #E475D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E475D3 is #1B8A2C. Grayscale: #A0A0A0. Windows color (decimal): -1804845 or 13858276. OLE color: 13858276.
HSL color Cylindrical-coordinate representation of color #E475D3: hue angle of 309.19º 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 #E475D3 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 117 | 211 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.11 |
| HSL | 309.19º | 0.67% | 0.68% | - |
| HSV(B) | 309.19º | 0.49% | 0.89% | - |
| XYZ | 50.11 | 33.92 | 65.53 | - |
| YUV | 160.91 | 156.27 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 117 | 211 | 0 | 0.49 | 0.07 | 0.11 | 309.19 | 0.67 | 0.68 |
| Hex | E4 | 75 | D3 | 0 | 31 | 7 | B | 135 | 43 | 44 |
| Octal | 344 | 165 | 323 | 0 | 61 | 7 | 13 | 465 | 103 | 104 |
| Binary | 11100100 | 1110101 | 11010011 | 0 | 110001 | 111 | 1011 | 100110101 | 1000011 | 1000100 |
Color Harmonies of #E475D3
Complementary color
Monochromatic Colors of #E475D3
Black with #E475D3
Text Example
Text Example
White with #E475D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E475D3; }
p { color: rgb(228,117,211); }
H1.HeaderClassName
{
color: #E475D3;
}
.AnyTagClassName
{
color: #E475D3;
}
</style>
background-color css
<style>
a { background-color: #E475D3; }
a { background-color: rgb(228,117,211); }
div.DivClassName
{
background-color: #E475D3;
}
.BgClassName
{
background-color: #E475D3;
}
</style>
border-color css
<style>
span { border-color: #E475D3; }
span { border-color: rgb(228,117,211); }
td.TdClassName
{
border-color: #E475D3;
}
.TagClassName
{
border-color: #E475D3;
}
</style>