Shades of Orchid #E584D6
Tints of Orchid #E584D6
RGB
CMYK
RGB Variations
Color information
#E584D6 (or 0xE584D6) is known color: Orchid. HEX triplet: E5, 84 and D6. RGB value is (229,132,214). Sum of RGB (Red+Green+Blue) = 229+132+214=575 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.83% from 575); Green value is 132 (51.95% from 255 or 22.96% from 575); Blue value is 214 (83.98% from 255 or 37.22% from 575); Max value from RGB is 229 - color contains mainly: red. Hex color #E584D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E584D6 is #1A7B29. Grayscale: #AAAAAA. Windows color (decimal): -1735466 or 14058725. OLE color: 14058725.
HSL color Cylindrical-coordinate representation of color #E584D6: hue angle of 309.28º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E584D6 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 132 | 214 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.10 |
| HSL | 309.28º | 0.65% | 0.71% | - |
| HSV(B) | 309.28º | 0.42% | 0.9% | - |
| XYZ | 52.7 | 38.02 | 68.18 | - |
| YUV | 170.35 | 152.64 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 132 | 214 | 0 | 0.42 | 0.07 | 0.10 | 309.28 | 0.65 | 0.71 |
| Hex | E5 | 84 | D6 | 0 | 2A | 7 | A | 135 | 41 | 47 |
| Octal | 345 | 204 | 326 | 0 | 52 | 7 | 12 | 465 | 101 | 107 |
| Binary | 11100101 | 10000100 | 11010110 | 0 | 101010 | 111 | 1010 | 100110101 | 1000001 | 1000111 |
Color Harmonies of #E584D6
Complementary color
Monochromatic Colors of #E584D6
Black with #E584D6
Text Example
Text Example
White with #E584D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E584D6; }
p { color: rgb(229,132,214); }
H1.HeaderClassName
{
color: #E584D6;
}
.AnyTagClassName
{
color: #E584D6;
}
</style>
background-color css
<style>
a { background-color: #E584D6; }
a { background-color: rgb(229,132,214); }
div.DivClassName
{
background-color: #E584D6;
}
.BgClassName
{
background-color: #E584D6;
}
</style>
border-color css
<style>
span { border-color: #E584D6; }
span { border-color: rgb(229,132,214); }
td.TdClassName
{
border-color: #E584D6;
}
.TagClassName
{
border-color: #E584D6;
}
</style>