Shades of Orchid #E371DD
Tints of Orchid #E371DD
RGB
CMYK
RGB Variations
Color information
#E371DD (or 0xE371DD) is known color: Orchid. HEX triplet: E3, 71 and DD. RGB value is (227,113,221). Sum of RGB (Red+Green+Blue) = 227+113+221=561 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.46% from 561); Green value is 113 (44.53% from 255 or 20.14% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 227 - color contains mainly: red. Hex color #E371DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E371DD is #1C8E22. Grayscale: #9F9F9F. Windows color (decimal): -1871395 or 14512611. OLE color: 14512611.
HSL color Cylindrical-coordinate representation of color #E371DD: hue angle of 303.16º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E371DD is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 113 | 221 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.11 |
| HSL | 303.16º | 0.67% | 0.67% | - |
| HSV(B) | 303.16º | 0.5% | 0.89% | - |
| XYZ | 50.63 | 33.36 | 72.18 | - |
| YUV | 159.4 | 162.77 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 113 | 221 | 0 | 0.50 | 0.03 | 0.11 | 303.16 | 0.67 | 0.67 |
| Hex | E3 | 71 | DD | 0 | 32 | 3 | B | 12F | 43 | 43 |
| Octal | 343 | 161 | 335 | 0 | 62 | 3 | 13 | 457 | 103 | 103 |
| Binary | 11100011 | 1110001 | 11011101 | 0 | 110010 | 11 | 1011 | 100101111 | 1000011 | 1000011 |
Color Harmonies of #E371DD
Complementary color
Monochromatic Colors of #E371DD
Black with #E371DD
Text Example
Text Example
White with #E371DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E371DD; }
p { color: rgb(227,113,221); }
H1.HeaderClassName
{
color: #E371DD;
}
.AnyTagClassName
{
color: #E371DD;
}
</style>
background-color css
<style>
a { background-color: #E371DD; }
a { background-color: rgb(227,113,221); }
div.DivClassName
{
background-color: #E371DD;
}
.BgClassName
{
background-color: #E371DD;
}
</style>
border-color css
<style>
span { border-color: #E371DD; }
span { border-color: rgb(227,113,221); }
td.TdClassName
{
border-color: #E371DD;
}
.TagClassName
{
border-color: #E371DD;
}
</style>