Shades of Orchid #E375D3
Tints of Orchid #E375D3
RGB
CMYK
RGB Variations
Color information
#E375D3 (or 0xE375D3) is known color: Orchid. HEX triplet: E3, 75 and D3. RGB value is (227,117,211). Sum of RGB (Red+Green+Blue) = 227+117+211=555 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.90% from 555); Green value is 117 (46.09% from 255 or 21.08% from 555); Blue value is 211 (82.81% from 255 or 38.02% from 555); Max value from RGB is 227 - color contains mainly: red. Hex color #E375D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E375D3 is #1C8A2C. Grayscale: #A0A0A0. Windows color (decimal): -1870381 or 13858275. OLE color: 13858275.
HSL color Cylindrical-coordinate representation of color #E375D3: hue angle of 308.73º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E375D3 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 117 | 211 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.11 |
| HSL | 308.73º | 0.66% | 0.67% | - |
| HSV(B) | 308.73º | 0.48% | 0.89% | - |
| XYZ | 49.8 | 33.76 | 65.52 | - |
| YUV | 160.61 | 156.44 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 117 | 211 | 0 | 0.48 | 0.07 | 0.11 | 308.73 | 0.66 | 0.67 |
| Hex | E3 | 75 | D3 | 0 | 30 | 7 | B | 135 | 42 | 43 |
| Octal | 343 | 165 | 323 | 0 | 60 | 7 | 13 | 465 | 102 | 103 |
| Binary | 11100011 | 1110101 | 11010011 | 0 | 110000 | 111 | 1011 | 100110101 | 1000010 | 1000011 |
Color Harmonies of #E375D3
Complementary color
Monochromatic Colors of #E375D3
Black with #E375D3
Text Example
Text Example
White with #E375D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E375D3; }
p { color: rgb(227,117,211); }
H1.HeaderClassName
{
color: #E375D3;
}
.AnyTagClassName
{
color: #E375D3;
}
</style>
background-color css
<style>
a { background-color: #E375D3; }
a { background-color: rgb(227,117,211); }
div.DivClassName
{
background-color: #E375D3;
}
.BgClassName
{
background-color: #E375D3;
}
</style>
border-color css
<style>
span { border-color: #E375D3; }
span { border-color: rgb(227,117,211); }
td.TdClassName
{
border-color: #E375D3;
}
.TagClassName
{
border-color: #E375D3;
}
</style>