Shades of Medium Orchid #D034EA
Tints of Medium Orchid #D034EA
RGB
CMYK
RGB Variations
Color information
#D034EA (or 0xD034EA) is known color: Medium Orchid. HEX triplet: D0, 34 and EA. RGB value is (208,52,234). Sum of RGB (Red+Green+Blue) = 208+52+234=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 52 (20.70% from 255 or 10.53% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #D034EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D034EA is #2FCB15. Grayscale: #767676. Windows color (decimal): -3132182 or 15348944. OLE color: 15348944.
HSL color Cylindrical-coordinate representation of color #D034EA: hue angle of 291.43º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D034EA is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 52 | 234 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.08 |
| HSL | 291.43º | 0.81% | 0.56% | - |
| HSV(B) | 291.43º | 0.78% | 0.92% | - |
| XYZ | 42.09 | 21.81 | 79.83 | - |
| YUV | 119.39 | 192.68 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 234 | 0.11 | 0.78 | 0 | 0.08 | 291.43 | 0.81 | 0.56 |
| Hex | D0 | 34 | EA | B | 4E | 0 | 8 | 123 | 51 | 38 |
| Octal | 320 | 64 | 352 | 13 | 116 | 0 | 10 | 443 | 121 | 70 |
| Binary | 11010000 | 110100 | 11101010 | 1011 | 1001110 | 0 | 1000 | 100100011 | 1010001 | 111000 |
Color Harmonies of #D034EA
Complementary color
Monochromatic Colors of #D034EA
Black with #D034EA
Text Example
Text Example
White with #D034EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D034EA; }
p { color: rgb(208,52,234); }
H1.HeaderClassName
{
color: #D034EA;
}
.AnyTagClassName
{
color: #D034EA;
}
</style>
background-color css
<style>
a { background-color: #D034EA; }
a { background-color: rgb(208,52,234); }
div.DivClassName
{
background-color: #D034EA;
}
.BgClassName
{
background-color: #D034EA;
}
</style>
border-color css
<style>
span { border-color: #D034EA; }
span { border-color: rgb(208,52,234); }
td.TdClassName
{
border-color: #D034EA;
}
.TagClassName
{
border-color: #D034EA;
}
</style>