Shades of Orchid #E583D0
Tints of Orchid #E583D0
RGB
CMYK
RGB Variations
Color information
#E583D0 (or 0xE583D0) is known color: Orchid. HEX triplet: E5, 83 and D0. RGB value is (229,131,208). Sum of RGB (Red+Green+Blue) = 229+131+208=568 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.32% from 568); Green value is 131 (51.56% from 255 or 23.06% from 568); Blue value is 208 (81.64% from 255 or 36.62% from 568); Max value from RGB is 229 - color contains mainly: red. Hex color #E583D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E583D0 is #1A7C2F. Grayscale: #A8A8A8. Windows color (decimal): -1735728 or 13665253. OLE color: 13665253.
HSL color Cylindrical-coordinate representation of color #E583D0: hue angle of 312.86º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E583D0 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 131 | 208 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.10 |
| HSL | 312.86º | 0.65% | 0.71% | - |
| HSV(B) | 312.86º | 0.43% | 0.9% | - |
| XYZ | 51.81 | 37.44 | 64.17 | - |
| YUV | 169.08 | 149.97 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 131 | 208 | 0 | 0.43 | 0.09 | 0.10 | 312.86 | 0.65 | 0.71 |
| Hex | E5 | 83 | D0 | 0 | 2B | 9 | A | 139 | 41 | 47 |
| Octal | 345 | 203 | 320 | 0 | 53 | 11 | 12 | 471 | 101 | 107 |
| Binary | 11100101 | 10000011 | 11010000 | 0 | 101011 | 1001 | 1010 | 100111001 | 1000001 | 1000111 |
Color Harmonies of #E583D0
Complementary color
Monochromatic Colors of #E583D0
Black with #E583D0
Text Example
Text Example
White with #E583D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E583D0; }
p { color: rgb(229,131,208); }
H1.HeaderClassName
{
color: #E583D0;
}
.AnyTagClassName
{
color: #E583D0;
}
</style>
background-color css
<style>
a { background-color: #E583D0; }
a { background-color: rgb(229,131,208); }
div.DivClassName
{
background-color: #E583D0;
}
.BgClassName
{
background-color: #E583D0;
}
</style>
border-color css
<style>
span { border-color: #E583D0; }
span { border-color: rgb(229,131,208); }
td.TdClassName
{
border-color: #E583D0;
}
.TagClassName
{
border-color: #E583D0;
}
</style>