Shades of Medium Orchid #D032EA
Tints of Medium Orchid #D032EA
RGB
CMYK
RGB Variations
Color information
#D032EA (or 0xD032EA) is known color: Medium Orchid. HEX triplet: D0, 32 and EA. RGB value is (208,50,234). Sum of RGB (Red+Green+Blue) = 208+50+234=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 50 (19.92% from 255 or 10.16% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #D032EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D032EA is #2FCD15. Grayscale: #757575. Windows color (decimal): -3132694 or 15348432. OLE color: 15348432.
HSL color Cylindrical-coordinate representation of color #D032EA: hue angle of 291.52º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D032EA is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 50 | 234 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.08 |
| HSL | 291.52º | 0.81% | 0.56% | - |
| HSV(B) | 291.52º | 0.79% | 0.92% | - |
| XYZ | 42 | 21.63 | 79.8 | - |
| YUV | 118.22 | 193.35 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 50 | 234 | 0.11 | 0.79 | 0 | 0.08 | 291.52 | 0.81 | 0.56 |
| Hex | D0 | 32 | EA | B | 4F | 0 | 8 | 124 | 51 | 38 |
| Octal | 320 | 62 | 352 | 13 | 117 | 0 | 10 | 444 | 121 | 70 |
| Binary | 11010000 | 110010 | 11101010 | 1011 | 1001111 | 0 | 1000 | 100100100 | 1010001 | 111000 |
Color Harmonies of #D032EA
Complementary color
Monochromatic Colors of #D032EA
Black with #D032EA
Text Example
Text Example
White with #D032EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D032EA; }
p { color: rgb(208,50,234); }
H1.HeaderClassName
{
color: #D032EA;
}
.AnyTagClassName
{
color: #D032EA;
}
</style>
background-color css
<style>
a { background-color: #D032EA; }
a { background-color: rgb(208,50,234); }
div.DivClassName
{
background-color: #D032EA;
}
.BgClassName
{
background-color: #D032EA;
}
</style>
border-color css
<style>
span { border-color: #D032EA; }
span { border-color: rgb(208,50,234); }
td.TdClassName
{
border-color: #D032EA;
}
.TagClassName
{
border-color: #D032EA;
}
</style>