Shades of Orchid #E383D4
Tints of Orchid #E383D4
RGB
CMYK
RGB Variations
Color information
#E383D4 (or 0xE383D4) is known color: Orchid. HEX triplet: E3, 83 and D4. RGB value is (227,131,212). Sum of RGB (Red+Green+Blue) = 227+131+212=570 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.82% from 570); Green value is 131 (51.56% from 255 or 22.98% from 570); Blue value is 212 (83.20% from 255 or 37.19% from 570); Max value from RGB is 227 - color contains mainly: red. Hex color #E383D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E383D4 is #1C7C2B. Grayscale: #A8A8A8. Windows color (decimal): -1866796 or 13927395. OLE color: 13927395.
HSL color Cylindrical-coordinate representation of color #E383D4: hue angle of 309.38º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E383D4 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 131 | 212 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.11 |
| HSL | 309.38º | 0.63% | 0.7% | - |
| HSV(B) | 309.38º | 0.42% | 0.89% | - |
| XYZ | 51.68 | 37.32 | 66.77 | - |
| YUV | 168.94 | 152.3 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 131 | 212 | 0 | 0.42 | 0.07 | 0.11 | 309.38 | 0.63 | 0.7 |
| Hex | E3 | 83 | D4 | 0 | 2A | 7 | B | 135 | 3F | 46 |
| Octal | 343 | 203 | 324 | 0 | 52 | 7 | 13 | 465 | 77 | 106 |
| Binary | 11100011 | 10000011 | 11010100 | 0 | 101010 | 111 | 1011 | 100110101 | 111111 | 1000110 |
Color Harmonies of #E383D4
Complementary color
Monochromatic Colors of #E383D4
Black with #E383D4
Text Example
Text Example
White with #E383D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E383D4; }
p { color: rgb(227,131,212); }
H1.HeaderClassName
{
color: #E383D4;
}
.AnyTagClassName
{
color: #E383D4;
}
</style>
background-color css
<style>
a { background-color: #E383D4; }
a { background-color: rgb(227,131,212); }
div.DivClassName
{
background-color: #E383D4;
}
.BgClassName
{
background-color: #E383D4;
}
</style>
border-color css
<style>
span { border-color: #E383D4; }
span { border-color: rgb(227,131,212); }
td.TdClassName
{
border-color: #E383D4;
}
.TagClassName
{
border-color: #E383D4;
}
</style>