Shades of Medium Orchid #D033EC
Tints of Medium Orchid #D033EC
RGB
CMYK
RGB Variations
Color information
#D033EC (or 0xD033EC) is known color: Medium Orchid. HEX triplet: D0, 33 and EC. RGB value is (208,51,236). Sum of RGB (Red+Green+Blue) = 208+51+236=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 51 (20.31% from 255 or 10.30% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #D033EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D033EC is #2FCC13. Grayscale: #767676. Windows color (decimal): -3132436 or 15479760. OLE color: 15479760.
HSL color Cylindrical-coordinate representation of color #D033EC: hue angle of 290.92º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D033EC is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 51 | 236 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.07 |
| HSL | 290.92º | 0.83% | 0.56% | - |
| HSV(B) | 290.92º | 0.78% | 0.93% | - |
| XYZ | 42.34 | 21.83 | 81.34 | - |
| YUV | 119.03 | 194.01 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 236 | 0.12 | 0.78 | 0 | 0.07 | 290.92 | 0.83 | 0.56 |
| Hex | D0 | 33 | EC | C | 4E | 0 | 7 | 123 | 53 | 38 |
| Octal | 320 | 63 | 354 | 14 | 116 | 0 | 7 | 443 | 123 | 70 |
| Binary | 11010000 | 110011 | 11101100 | 1100 | 1001110 | 0 | 111 | 100100011 | 1010011 | 111000 |
Color Harmonies of #D033EC
Complementary color
Monochromatic Colors of #D033EC
Black with #D033EC
Text Example
Text Example
White with #D033EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D033EC; }
p { color: rgb(208,51,236); }
H1.HeaderClassName
{
color: #D033EC;
}
.AnyTagClassName
{
color: #D033EC;
}
</style>
background-color css
<style>
a { background-color: #D033EC; }
a { background-color: rgb(208,51,236); }
div.DivClassName
{
background-color: #D033EC;
}
.BgClassName
{
background-color: #D033EC;
}
</style>
border-color css
<style>
span { border-color: #D033EC; }
span { border-color: rgb(208,51,236); }
td.TdClassName
{
border-color: #D033EC;
}
.TagClassName
{
border-color: #D033EC;
}
</style>