Shades of Medium Orchid #D033E9
Tints of Medium Orchid #D033E9
RGB
CMYK
RGB Variations
Color information
#D033E9 (or 0xD033E9) is known color: Medium Orchid. HEX triplet: D0, 33 and E9. RGB value is (208,51,233). Sum of RGB (Red+Green+Blue) = 208+51+233=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 51 (20.31% from 255 or 10.37% from 492); Blue value is 233 (91.41% from 255 or 47.36% from 492); Max value from RGB is 233 - color contains mainly: blue. Hex color #D033E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D033E9 is #2FCC16. Grayscale: #767676. Windows color (decimal): -3132439 or 15283152. OLE color: 15283152.
HSL color Cylindrical-coordinate representation of color #D033E9: hue angle of 291.76º degrees, saturation: 0.81, 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 #D033E9 is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 51 | 233 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.09 |
| HSL | 291.76º | 0.81% | 0.56% | - |
| HSV(B) | 291.76º | 0.78% | 0.91% | - |
| XYZ | 41.9 | 21.66 | 79.06 | - |
| YUV | 118.69 | 192.51 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 233 | 0.11 | 0.78 | 0 | 0.09 | 291.76 | 0.81 | 0.56 |
| Hex | D0 | 33 | E9 | B | 4E | 0 | 9 | 124 | 51 | 38 |
| Octal | 320 | 63 | 351 | 13 | 116 | 0 | 11 | 444 | 121 | 70 |
| Binary | 11010000 | 110011 | 11101001 | 1011 | 1001110 | 0 | 1001 | 100100100 | 1010001 | 111000 |
Color Harmonies of #D033E9
Complementary color
Monochromatic Colors of #D033E9
Black with #D033E9
Text Example
Text Example
White with #D033E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D033E9; }
p { color: rgb(208,51,233); }
H1.HeaderClassName
{
color: #D033E9;
}
.AnyTagClassName
{
color: #D033E9;
}
</style>
background-color css
<style>
a { background-color: #D033E9; }
a { background-color: rgb(208,51,233); }
div.DivClassName
{
background-color: #D033E9;
}
.BgClassName
{
background-color: #D033E9;
}
</style>
border-color css
<style>
span { border-color: #D033E9; }
span { border-color: rgb(208,51,233); }
td.TdClassName
{
border-color: #D033E9;
}
.TagClassName
{
border-color: #D033E9;
}
</style>