Shades of Orchid #E383D1
Tints of Orchid #E383D1
RGB
CMYK
RGB Variations
Color information
#E383D1 (or 0xE383D1) is known color: Orchid. HEX triplet: E3, 83 and D1. RGB value is (227,131,209). Sum of RGB (Red+Green+Blue) = 227+131+209=567 (75% of max value = 765). Red value is 227 (89.06% from 255 or 40.04% from 567); Green value is 131 (51.56% from 255 or 23.10% from 567); Blue value is 209 (82.03% from 255 or 36.86% from 567); Max value from RGB is 227 - color contains mainly: red. Hex color #E383D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E383D1 is #1C7C2E. Grayscale: #A8A8A8. Windows color (decimal): -1866799 or 13730787. OLE color: 13730787.
HSL color Cylindrical-coordinate representation of color #E383D1: hue angle of 311.25º 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 #E383D1 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 131 | 209 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.11 |
| HSL | 311.25º | 0.63% | 0.7% | - |
| HSV(B) | 311.25º | 0.42% | 0.89% | - |
| XYZ | 51.3 | 37.17 | 64.79 | - |
| YUV | 168.6 | 150.8 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 131 | 209 | 0 | 0.42 | 0.08 | 0.11 | 311.25 | 0.63 | 0.7 |
| Hex | E3 | 83 | D1 | 0 | 2A | 8 | B | 137 | 3F | 46 |
| Octal | 343 | 203 | 321 | 0 | 52 | 10 | 13 | 467 | 77 | 106 |
| Binary | 11100011 | 10000011 | 11010001 | 0 | 101010 | 1000 | 1011 | 100110111 | 111111 | 1000110 |
Color Harmonies of #E383D1
Complementary color
Monochromatic Colors of #E383D1
Black with #E383D1
Text Example
Text Example
White with #E383D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E383D1; }
p { color: rgb(227,131,209); }
H1.HeaderClassName
{
color: #E383D1;
}
.AnyTagClassName
{
color: #E383D1;
}
</style>
background-color css
<style>
a { background-color: #E383D1; }
a { background-color: rgb(227,131,209); }
div.DivClassName
{
background-color: #E383D1;
}
.BgClassName
{
background-color: #E383D1;
}
</style>
border-color css
<style>
span { border-color: #E383D1; }
span { border-color: rgb(227,131,209); }
td.TdClassName
{
border-color: #E383D1;
}
.TagClassName
{
border-color: #E383D1;
}
</style>