Shades of Medium Orchid #D339EC
Tints of Medium Orchid #D339EC
RGB
CMYK
RGB Variations
Color information
#D339EC (or 0xD339EC) is known color: Medium Orchid. HEX triplet: D3, 39 and EC. RGB value is (211,57,236). Sum of RGB (Red+Green+Blue) = 211+57+236=504 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.87% from 504); Green value is 57 (22.66% from 255 or 11.31% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #D339EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D339EC is #2CC613. Grayscale: #7A7A7A. Windows color (decimal): -2934292 or 15481299. OLE color: 15481299.
HSL color Cylindrical-coordinate representation of color #D339EC: hue angle of 291.62º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D339EC is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 57 | 236 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.07 |
| HSL | 291.62º | 0.82% | 0.57% | - |
| HSV(B) | 291.62º | 0.76% | 0.93% | - |
| XYZ | 43.47 | 22.83 | 81.47 | - |
| YUV | 123.45 | 191.52 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 57 | 236 | 0.11 | 0.76 | 0 | 0.07 | 291.62 | 0.82 | 0.57 |
| Hex | D3 | 39 | EC | B | 4C | 0 | 7 | 124 | 52 | 39 |
| Octal | 323 | 71 | 354 | 13 | 114 | 0 | 7 | 444 | 122 | 71 |
| Binary | 11010011 | 111001 | 11101100 | 1011 | 1001100 | 0 | 111 | 100100100 | 1010010 | 111001 |
Color Harmonies of #D339EC
Complementary color
Monochromatic Colors of #D339EC
Black with #D339EC
Text Example
Text Example
White with #D339EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D339EC; }
p { color: rgb(211,57,236); }
H1.HeaderClassName
{
color: #D339EC;
}
.AnyTagClassName
{
color: #D339EC;
}
</style>
background-color css
<style>
a { background-color: #D339EC; }
a { background-color: rgb(211,57,236); }
div.DivClassName
{
background-color: #D339EC;
}
.BgClassName
{
background-color: #D339EC;
}
</style>
border-color css
<style>
span { border-color: #D339EC; }
span { border-color: rgb(211,57,236); }
td.TdClassName
{
border-color: #D339EC;
}
.TagClassName
{
border-color: #D339EC;
}
</style>