Shades of Medium Orchid #D332EC
Tints of Medium Orchid #D332EC
RGB
CMYK
RGB Variations
Color information
#D332EC (or 0xD332EC) is known color: Medium Orchid. HEX triplet: D3, 32 and EC. RGB value is (211,50,236). Sum of RGB (Red+Green+Blue) = 211+50+236=497 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.45% from 497); Green value is 50 (19.92% from 255 or 10.06% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #D332EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D332EC is #2CCD13. Grayscale: #767676. Windows color (decimal): -2936084 or 15479507. OLE color: 15479507.
HSL color Cylindrical-coordinate representation of color #D332EC: hue angle of 291.94º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D332EC is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 50 | 236 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.07 |
| HSL | 291.94º | 0.83% | 0.56% | - |
| HSV(B) | 291.94º | 0.79% | 0.93% | - |
| XYZ | 43.14 | 22.19 | 81.37 | - |
| YUV | 119.34 | 193.84 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 50 | 236 | 0.11 | 0.79 | 0 | 0.07 | 291.94 | 0.83 | 0.56 |
| Hex | D3 | 32 | EC | B | 4F | 0 | 7 | 124 | 53 | 38 |
| Octal | 323 | 62 | 354 | 13 | 117 | 0 | 7 | 444 | 123 | 70 |
| Binary | 11010011 | 110010 | 11101100 | 1011 | 1001111 | 0 | 111 | 100100100 | 1010011 | 111000 |
Color Harmonies of #D332EC
Complementary color
Monochromatic Colors of #D332EC
Black with #D332EC
Text Example
Text Example
White with #D332EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D332EC; }
p { color: rgb(211,50,236); }
H1.HeaderClassName
{
color: #D332EC;
}
.AnyTagClassName
{
color: #D332EC;
}
</style>
background-color css
<style>
a { background-color: #D332EC; }
a { background-color: rgb(211,50,236); }
div.DivClassName
{
background-color: #D332EC;
}
.BgClassName
{
background-color: #D332EC;
}
</style>
border-color css
<style>
span { border-color: #D332EC; }
span { border-color: rgb(211,50,236); }
td.TdClassName
{
border-color: #D332EC;
}
.TagClassName
{
border-color: #D332EC;
}
</style>