Shades of Medium Orchid #D033EA
Tints of Medium Orchid #D033EA
RGB
CMYK
RGB Variations
Color information
#D033EA (or 0xD033EA) is known color: Medium Orchid. HEX triplet: D0, 33 and EA. RGB value is (208,51,234). Sum of RGB (Red+Green+Blue) = 208+51+234=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 51 (20.31% from 255 or 10.34% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #D033EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D033EA is #2FCC15. Grayscale: #767676. Windows color (decimal): -3132438 or 15348688. OLE color: 15348688.
HSL color Cylindrical-coordinate representation of color #D033EA: hue angle of 291.48º 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 #D033EA is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 51 | 234 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.08 |
| HSL | 291.48º | 0.81% | 0.56% | - |
| HSV(B) | 291.48º | 0.78% | 0.92% | - |
| XYZ | 42.05 | 21.72 | 79.82 | - |
| YUV | 118.81 | 193.01 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 234 | 0.11 | 0.78 | 0 | 0.08 | 291.48 | 0.81 | 0.56 |
| Hex | D0 | 33 | EA | B | 4E | 0 | 8 | 123 | 51 | 38 |
| Octal | 320 | 63 | 352 | 13 | 116 | 0 | 10 | 443 | 121 | 70 |
| Binary | 11010000 | 110011 | 11101010 | 1011 | 1001110 | 0 | 1000 | 100100011 | 1010001 | 111000 |
Color Harmonies of #D033EA
Complementary color
Monochromatic Colors of #D033EA
Black with #D033EA
Text Example
Text Example
White with #D033EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D033EA; }
p { color: rgb(208,51,234); }
H1.HeaderClassName
{
color: #D033EA;
}
.AnyTagClassName
{
color: #D033EA;
}
</style>
background-color css
<style>
a { background-color: #D033EA; }
a { background-color: rgb(208,51,234); }
div.DivClassName
{
background-color: #D033EA;
}
.BgClassName
{
background-color: #D033EA;
}
</style>
border-color css
<style>
span { border-color: #D033EA; }
span { border-color: rgb(208,51,234); }
td.TdClassName
{
border-color: #D033EA;
}
.TagClassName
{
border-color: #D033EA;
}
</style>