Shades of Medium Orchid #D034E1
Tints of Medium Orchid #D034E1
RGB
CMYK
RGB Variations
Color information
#D034E1 (or 0xD034E1) is known color: Medium Orchid. HEX triplet: D0, 34 and E1. RGB value is (208,52,225). Sum of RGB (Red+Green+Blue) = 208+52+225=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 52 (20.70% from 255 or 10.72% from 485); Blue value is 225 (88.28% from 255 or 46.39% from 485); Max value from RGB is 225 - color contains mainly: blue. Hex color #D034E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D034E1 is #2FCB1E. Grayscale: #757575. Windows color (decimal): -3132191 or 14759120. OLE color: 14759120.
HSL color Cylindrical-coordinate representation of color #D034E1: hue angle of 294.1º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D034E1 is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 52 | 225 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.12 |
| HSL | 294.1º | 0.74% | 0.54% | - |
| HSV(B) | 294.1º | 0.77% | 0.88% | - |
| XYZ | 40.83 | 21.3 | 73.19 | - |
| YUV | 118.37 | 188.18 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 225 | 0.08 | 0.77 | 0 | 0.12 | 294.1 | 0.74 | 0.54 |
| Hex | D0 | 34 | E1 | 8 | 4D | 0 | C | 126 | 4A | 36 |
| Octal | 320 | 64 | 341 | 10 | 115 | 0 | 14 | 446 | 112 | 66 |
| Binary | 11010000 | 110100 | 11100001 | 1000 | 1001101 | 0 | 1100 | 100100110 | 1001010 | 110110 |
Color Harmonies of #D034E1
Complementary color
Monochromatic Colors of #D034E1
Black with #D034E1
Text Example
Text Example
White with #D034E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D034E1; }
p { color: rgb(208,52,225); }
H1.HeaderClassName
{
color: #D034E1;
}
.AnyTagClassName
{
color: #D034E1;
}
</style>
background-color css
<style>
a { background-color: #D034E1; }
a { background-color: rgb(208,52,225); }
div.DivClassName
{
background-color: #D034E1;
}
.BgClassName
{
background-color: #D034E1;
}
</style>
border-color css
<style>
span { border-color: #D034E1; }
span { border-color: rgb(208,52,225); }
td.TdClassName
{
border-color: #D034E1;
}
.TagClassName
{
border-color: #D034E1;
}
</style>