Shades of Orchid #E383CD
Tints of Orchid #E383CD
RGB
CMYK
RGB Variations
Color information
#E383CD (or 0xE383CD) is known color: Orchid. HEX triplet: E3, 83 and CD. RGB value is (227,131,205). Sum of RGB (Red+Green+Blue) = 227+131+205=563 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.32% from 563); Green value is 131 (51.56% from 255 or 23.27% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 227 - color contains mainly: red. Hex color #E383CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E383CD is #1C7C32. Grayscale: #A7A7A7. Windows color (decimal): -1866803 or 13468643. OLE color: 13468643.
HSL color Cylindrical-coordinate representation of color #E383CD: hue angle of 313.75º 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 #E383CD is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 131 | 205 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.11 |
| HSL | 313.75º | 0.63% | 0.7% | - |
| HSV(B) | 313.75º | 0.42% | 0.89% | - |
| XYZ | 50.81 | 36.97 | 62.22 | - |
| YUV | 168.14 | 148.8 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 131 | 205 | 0 | 0.42 | 0.10 | 0.11 | 313.75 | 0.63 | 0.7 |
| Hex | E3 | 83 | CD | 0 | 2A | A | B | 13A | 3F | 46 |
| Octal | 343 | 203 | 315 | 0 | 52 | 12 | 13 | 472 | 77 | 106 |
| Binary | 11100011 | 10000011 | 11001101 | 0 | 101010 | 1010 | 1011 | 100111010 | 111111 | 1000110 |
Color Harmonies of #E383CD
Complementary color
Monochromatic Colors of #E383CD
Black with #E383CD
Text Example
Text Example
White with #E383CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E383CD; }
p { color: rgb(227,131,205); }
H1.HeaderClassName
{
color: #E383CD;
}
.AnyTagClassName
{
color: #E383CD;
}
</style>
background-color css
<style>
a { background-color: #E383CD; }
a { background-color: rgb(227,131,205); }
div.DivClassName
{
background-color: #E383CD;
}
.BgClassName
{
background-color: #E383CD;
}
</style>
border-color css
<style>
span { border-color: #E383CD; }
span { border-color: rgb(227,131,205); }
td.TdClassName
{
border-color: #E383CD;
}
.TagClassName
{
border-color: #E383CD;
}
</style>