Shades of Orchid #E583D2
Tints of Orchid #E583D2
RGB
CMYK
RGB Variations
Color information
#E583D2 (or 0xE583D2) is known color: Orchid. HEX triplet: E5, 83 and D2. RGB value is (229,131,210). Sum of RGB (Red+Green+Blue) = 229+131+210=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 131 (51.56% from 255 or 22.98% from 570); Blue value is 210 (82.42% from 255 or 36.84% from 570); Max value from RGB is 229 - color contains mainly: red. Hex color #E583D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E583D2 is #1A7C2D. Grayscale: #A9A9A9. Windows color (decimal): -1735726 or 13796325. OLE color: 13796325.
HSL color Cylindrical-coordinate representation of color #E583D2: hue angle of 311.63º 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 #E583D2 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 131 | 210 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.10 |
| HSL | 311.63º | 0.65% | 0.71% | - |
| HSV(B) | 311.63º | 0.43% | 0.9% | - |
| XYZ | 52.06 | 37.54 | 65.48 | - |
| YUV | 169.31 | 150.97 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 131 | 210 | 0 | 0.43 | 0.08 | 0.10 | 311.63 | 0.65 | 0.71 |
| Hex | E5 | 83 | D2 | 0 | 2B | 8 | A | 138 | 41 | 47 |
| Octal | 345 | 203 | 322 | 0 | 53 | 10 | 12 | 470 | 101 | 107 |
| Binary | 11100101 | 10000011 | 11010010 | 0 | 101011 | 1000 | 1010 | 100111000 | 1000001 | 1000111 |
Color Harmonies of #E583D2
Complementary color
Monochromatic Colors of #E583D2
Black with #E583D2
Text Example
Text Example
White with #E583D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E583D2; }
p { color: rgb(229,131,210); }
H1.HeaderClassName
{
color: #E583D2;
}
.AnyTagClassName
{
color: #E583D2;
}
</style>
background-color css
<style>
a { background-color: #E583D2; }
a { background-color: rgb(229,131,210); }
div.DivClassName
{
background-color: #E583D2;
}
.BgClassName
{
background-color: #E583D2;
}
</style>
border-color css
<style>
span { border-color: #E583D2; }
span { border-color: rgb(229,131,210); }
td.TdClassName
{
border-color: #E583D2;
}
.TagClassName
{
border-color: #E583D2;
}
</style>