Shades of Medium Orchid #D034E4
Tints of Medium Orchid #D034E4
RGB
CMYK
RGB Variations
Color information
#D034E4 (or 0xD034E4) is known color: Medium Orchid. HEX triplet: D0, 34 and E4. RGB value is (208,52,228). Sum of RGB (Red+Green+Blue) = 208+52+228=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 52 (20.70% from 255 or 10.66% from 488); Blue value is 228 (89.45% from 255 or 46.72% from 488); Max value from RGB is 228 - color contains mainly: blue. Hex color #D034E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D034E4 is #2FCB1B. Grayscale: #767676. Windows color (decimal): -3132188 or 14955728. OLE color: 14955728.
HSL color Cylindrical-coordinate representation of color #D034E4: hue angle of 293.18º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D034E4 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 52 | 228 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.11 |
| HSL | 293.18º | 0.77% | 0.55% | - |
| HSV(B) | 293.18º | 0.77% | 0.89% | - |
| XYZ | 41.24 | 21.47 | 75.37 | - |
| YUV | 118.71 | 189.68 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 228 | 0.09 | 0.77 | 0 | 0.11 | 293.18 | 0.77 | 0.55 |
| Hex | D0 | 34 | E4 | 9 | 4D | 0 | B | 125 | 4D | 37 |
| Octal | 320 | 64 | 344 | 11 | 115 | 0 | 13 | 445 | 115 | 67 |
| Binary | 11010000 | 110100 | 11100100 | 1001 | 1001101 | 0 | 1011 | 100100101 | 1001101 | 110111 |
Color Harmonies of #D034E4
Complementary color
Monochromatic Colors of #D034E4
Black with #D034E4
Text Example
Text Example
White with #D034E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D034E4; }
p { color: rgb(208,52,228); }
H1.HeaderClassName
{
color: #D034E4;
}
.AnyTagClassName
{
color: #D034E4;
}
</style>
background-color css
<style>
a { background-color: #D034E4; }
a { background-color: rgb(208,52,228); }
div.DivClassName
{
background-color: #D034E4;
}
.BgClassName
{
background-color: #D034E4;
}
</style>
border-color css
<style>
span { border-color: #D034E4; }
span { border-color: rgb(208,52,228); }
td.TdClassName
{
border-color: #D034E4;
}
.TagClassName
{
border-color: #D034E4;
}
</style>