Shades of Medium Orchid #D034E8
Tints of Medium Orchid #D034E8
RGB
CMYK
RGB Variations
Color information
#D034E8 (or 0xD034E8) is known color: Medium Orchid. HEX triplet: D0, 34 and E8. RGB value is (208,52,232). Sum of RGB (Red+Green+Blue) = 208+52+232=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 52 (20.70% from 255 or 10.57% from 492); Blue value is 232 (91.02% from 255 or 47.15% from 492); Max value from RGB is 232 - color contains mainly: blue. Hex color #D034E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D034E8 is #2FCB17. Grayscale: #767676. Windows color (decimal): -3132184 or 15217872. OLE color: 15217872.
HSL color Cylindrical-coordinate representation of color #D034E8: hue angle of 292º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D034E8 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 52 | 232 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.09 |
| HSL | 292º | 0.8% | 0.56% | - |
| HSV(B) | 292º | 0.78% | 0.91% | - |
| XYZ | 41.81 | 21.69 | 78.33 | - |
| YUV | 119.16 | 191.68 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 232 | 0.10 | 0.78 | 0 | 0.09 | 292 | 0.8 | 0.56 |
| Hex | D0 | 34 | E8 | A | 4E | 0 | 9 | 124 | 50 | 38 |
| Octal | 320 | 64 | 350 | 12 | 116 | 0 | 11 | 444 | 120 | 70 |
| Binary | 11010000 | 110100 | 11101000 | 1010 | 1001110 | 0 | 1001 | 100100100 | 1010000 | 111000 |
Color Harmonies of #D034E8
Complementary color
Monochromatic Colors of #D034E8
Black with #D034E8
Text Example
Text Example
White with #D034E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D034E8; }
p { color: rgb(208,52,232); }
H1.HeaderClassName
{
color: #D034E8;
}
.AnyTagClassName
{
color: #D034E8;
}
</style>
background-color css
<style>
a { background-color: #D034E8; }
a { background-color: rgb(208,52,232); }
div.DivClassName
{
background-color: #D034E8;
}
.BgClassName
{
background-color: #D034E8;
}
</style>
border-color css
<style>
span { border-color: #D034E8; }
span { border-color: rgb(208,52,232); }
td.TdClassName
{
border-color: #D034E8;
}
.TagClassName
{
border-color: #D034E8;
}
</style>