Shades of Orchid #E383D0
Tints of Orchid #E383D0
RGB
CMYK
RGB Variations
Color information
#E383D0 (or 0xE383D0) is known color: Orchid. HEX triplet: E3, 83 and D0. RGB value is (227,131,208). Sum of RGB (Red+Green+Blue) = 227+131+208=566 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.11% from 566); Green value is 131 (51.56% from 255 or 23.14% from 566); Blue value is 208 (81.64% from 255 or 36.75% from 566); Max value from RGB is 227 - color contains mainly: red. Hex color #E383D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E383D0 is #1C7C2F. Grayscale: #A8A8A8. Windows color (decimal): -1866800 or 13665251. OLE color: 13665251.
HSL color Cylindrical-coordinate representation of color #E383D0: hue angle of 311.88º 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 #E383D0 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 131 | 208 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.11 |
| HSL | 311.88º | 0.63% | 0.7% | - |
| HSV(B) | 311.88º | 0.42% | 0.89% | - |
| XYZ | 51.18 | 37.12 | 64.14 | - |
| YUV | 168.48 | 150.3 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 131 | 208 | 0 | 0.42 | 0.08 | 0.11 | 311.88 | 0.63 | 0.7 |
| Hex | E3 | 83 | D0 | 0 | 2A | 8 | B | 138 | 3F | 46 |
| Octal | 343 | 203 | 320 | 0 | 52 | 10 | 13 | 470 | 77 | 106 |
| Binary | 11100011 | 10000011 | 11010000 | 0 | 101010 | 1000 | 1011 | 100111000 | 111111 | 1000110 |
Color Harmonies of #E383D0
Complementary color
Monochromatic Colors of #E383D0
Black with #E383D0
Text Example
Text Example
White with #E383D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E383D0; }
p { color: rgb(227,131,208); }
H1.HeaderClassName
{
color: #E383D0;
}
.AnyTagClassName
{
color: #E383D0;
}
</style>
background-color css
<style>
a { background-color: #E383D0; }
a { background-color: rgb(227,131,208); }
div.DivClassName
{
background-color: #E383D0;
}
.BgClassName
{
background-color: #E383D0;
}
</style>
border-color css
<style>
span { border-color: #E383D0; }
span { border-color: rgb(227,131,208); }
td.TdClassName
{
border-color: #E383D0;
}
.TagClassName
{
border-color: #E383D0;
}
</style>