Shades of Orchid #E375DF
Tints of Orchid #E375DF
RGB
CMYK
RGB Variations
Color information
#E375DF (or 0xE375DF) is known color: Orchid. HEX triplet: E3, 75 and DF. RGB value is (227,117,223). Sum of RGB (Red+Green+Blue) = 227+117+223=567 (75% of max value = 765). Red value is 227 (89.06% from 255 or 40.04% from 567); Green value is 117 (46.09% from 255 or 20.63% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 227 - color contains mainly: red. Hex color #E375DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E375DF is #1C8A20. Grayscale: #A1A1A1. Windows color (decimal): -1870369 or 14644707. OLE color: 14644707.
HSL color Cylindrical-coordinate representation of color #E375DF: hue angle of 302.18º 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 #E375DF is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 117 | 223 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.11 |
| HSL | 302.18º | 0.66% | 0.67% | - |
| HSV(B) | 302.18º | 0.48% | 0.89% | - |
| XYZ | 51.36 | 34.38 | 73.74 | - |
| YUV | 161.97 | 162.44 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 117 | 223 | 0 | 0.48 | 0.02 | 0.11 | 302.18 | 0.66 | 0.67 |
| Hex | E3 | 75 | DF | 0 | 30 | 2 | B | 12E | 42 | 43 |
| Octal | 343 | 165 | 337 | 0 | 60 | 2 | 13 | 456 | 102 | 103 |
| Binary | 11100011 | 1110101 | 11011111 | 0 | 110000 | 10 | 1011 | 100101110 | 1000010 | 1000011 |
Color Harmonies of #E375DF
Complementary color
Monochromatic Colors of #E375DF
Black with #E375DF
Text Example
Text Example
White with #E375DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E375DF; }
p { color: rgb(227,117,223); }
H1.HeaderClassName
{
color: #E375DF;
}
.AnyTagClassName
{
color: #E375DF;
}
</style>
background-color css
<style>
a { background-color: #E375DF; }
a { background-color: rgb(227,117,223); }
div.DivClassName
{
background-color: #E375DF;
}
.BgClassName
{
background-color: #E375DF;
}
</style>
border-color css
<style>
span { border-color: #E375DF; }
span { border-color: rgb(227,117,223); }
td.TdClassName
{
border-color: #E375DF;
}
.TagClassName
{
border-color: #E375DF;
}
</style>