Shades of Medium Orchid #D338EC
Tints of Medium Orchid #D338EC
RGB
CMYK
RGB Variations
Color information
#D338EC (or 0xD338EC) is known color: Medium Orchid. HEX triplet: D3, 38 and EC. RGB value is (211,56,236). Sum of RGB (Red+Green+Blue) = 211+56+236=503 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.95% from 503); Green value is 56 (22.27% from 255 or 11.13% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #D338EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D338EC is #2CC713. Grayscale: #7A7A7A. Windows color (decimal): -2934548 or 15481043. OLE color: 15481043.
HSL color Cylindrical-coordinate representation of color #D338EC: hue angle of 291.67º degrees, saturation: 0.83, 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 #D338EC is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 56 | 236 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.07 |
| HSL | 291.67º | 0.83% | 0.57% | - |
| HSV(B) | 291.67º | 0.76% | 0.93% | - |
| XYZ | 43.42 | 22.73 | 81.46 | - |
| YUV | 122.87 | 191.85 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 56 | 236 | 0.11 | 0.76 | 0 | 0.07 | 291.67 | 0.83 | 0.57 |
| Hex | D3 | 38 | EC | B | 4C | 0 | 7 | 124 | 53 | 39 |
| Octal | 323 | 70 | 354 | 13 | 114 | 0 | 7 | 444 | 123 | 71 |
| Binary | 11010011 | 111000 | 11101100 | 1011 | 1001100 | 0 | 111 | 100100100 | 1010011 | 111001 |
Color Harmonies of #D338EC
Complementary color
Monochromatic Colors of #D338EC
Black with #D338EC
Text Example
Text Example
White with #D338EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D338EC; }
p { color: rgb(211,56,236); }
H1.HeaderClassName
{
color: #D338EC;
}
.AnyTagClassName
{
color: #D338EC;
}
</style>
background-color css
<style>
a { background-color: #D338EC; }
a { background-color: rgb(211,56,236); }
div.DivClassName
{
background-color: #D338EC;
}
.BgClassName
{
background-color: #D338EC;
}
</style>
border-color css
<style>
span { border-color: #D338EC; }
span { border-color: rgb(211,56,236); }
td.TdClassName
{
border-color: #D338EC;
}
.TagClassName
{
border-color: #D338EC;
}
</style>