Shades of Orchid #E374DD
Tints of Orchid #E374DD
RGB
CMYK
RGB Variations
Color information
#E374DD (or 0xE374DD) is known color: Orchid. HEX triplet: E3, 74 and DD. RGB value is (227,116,221). Sum of RGB (Red+Green+Blue) = 227+116+221=564 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.25% from 564); Green value is 116 (45.70% from 255 or 20.57% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 227 - color contains mainly: red. Hex color #E374DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E374DD is #1C8B22. Grayscale: #A0A0A0. Windows color (decimal): -1870627 or 14513379. OLE color: 14513379.
HSL color Cylindrical-coordinate representation of color #E374DD: hue angle of 303.24º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E374DD is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 116 | 221 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.11 |
| HSL | 303.24º | 0.66% | 0.67% | - |
| HSV(B) | 303.24º | 0.49% | 0.89% | - |
| XYZ | 50.98 | 34.04 | 72.29 | - |
| YUV | 161.16 | 161.77 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 116 | 221 | 0 | 0.49 | 0.03 | 0.11 | 303.24 | 0.66 | 0.67 |
| Hex | E3 | 74 | DD | 0 | 31 | 3 | B | 12F | 42 | 43 |
| Octal | 343 | 164 | 335 | 0 | 61 | 3 | 13 | 457 | 102 | 103 |
| Binary | 11100011 | 1110100 | 11011101 | 0 | 110001 | 11 | 1011 | 100101111 | 1000010 | 1000011 |
Color Harmonies of #E374DD
Complementary color
Monochromatic Colors of #E374DD
Black with #E374DD
Text Example
Text Example
White with #E374DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E374DD; }
p { color: rgb(227,116,221); }
H1.HeaderClassName
{
color: #E374DD;
}
.AnyTagClassName
{
color: #E374DD;
}
</style>
background-color css
<style>
a { background-color: #E374DD; }
a { background-color: rgb(227,116,221); }
div.DivClassName
{
background-color: #E374DD;
}
.BgClassName
{
background-color: #E374DD;
}
</style>
border-color css
<style>
span { border-color: #E374DD; }
span { border-color: rgb(227,116,221); }
td.TdClassName
{
border-color: #E374DD;
}
.TagClassName
{
border-color: #E374DD;
}
</style>