Shades of Orchid #E374DC
Tints of Orchid #E374DC
RGB
CMYK
RGB Variations
Color information
#E374DC (or 0xE374DC) is known color: Orchid. HEX triplet: E3, 74 and DC. RGB value is (227,116,220). Sum of RGB (Red+Green+Blue) = 227+116+220=563 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.32% from 563); Green value is 116 (45.70% from 255 or 20.60% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 227 - color contains mainly: red. Hex color #E374DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E374DC is #1C8B23. Grayscale: #A0A0A0. Windows color (decimal): -1870628 or 14447843. OLE color: 14447843.
HSL color Cylindrical-coordinate representation of color #E374DC: hue angle of 303.78º 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 #E374DC is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 116 | 220 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.11 |
| HSL | 303.78º | 0.66% | 0.67% | - |
| HSV(B) | 303.78º | 0.49% | 0.89% | - |
| XYZ | 50.84 | 33.99 | 71.59 | - |
| YUV | 161.05 | 161.27 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 116 | 220 | 0 | 0.49 | 0.03 | 0.11 | 303.78 | 0.66 | 0.67 |
| Hex | E3 | 74 | DC | 0 | 31 | 3 | B | 130 | 42 | 43 |
| Octal | 343 | 164 | 334 | 0 | 61 | 3 | 13 | 460 | 102 | 103 |
| Binary | 11100011 | 1110100 | 11011100 | 0 | 110001 | 11 | 1011 | 100110000 | 1000010 | 1000011 |
Color Harmonies of #E374DC
Complementary color
Monochromatic Colors of #E374DC
Black with #E374DC
Text Example
Text Example
White with #E374DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E374DC; }
p { color: rgb(227,116,220); }
H1.HeaderClassName
{
color: #E374DC;
}
.AnyTagClassName
{
color: #E374DC;
}
</style>
background-color css
<style>
a { background-color: #E374DC; }
a { background-color: rgb(227,116,220); }
div.DivClassName
{
background-color: #E374DC;
}
.BgClassName
{
background-color: #E374DC;
}
</style>
border-color css
<style>
span { border-color: #E374DC; }
span { border-color: rgb(227,116,220); }
td.TdClassName
{
border-color: #E374DC;
}
.TagClassName
{
border-color: #E374DC;
}
</style>