Shades of Medium Orchid #D336EF
Tints of Medium Orchid #D336EF
RGB
CMYK
RGB Variations
Color information
#D336EF (or 0xD336EF) is known color: Medium Orchid. HEX triplet: D3, 36 and EF. RGB value is (211,54,239). Sum of RGB (Red+Green+Blue) = 211+54+239=504 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.87% from 504); Green value is 54 (21.48% from 255 or 10.71% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #D336EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D336EF is #2CC910. Grayscale: #797979. Windows color (decimal): -2935057 or 15677139. OLE color: 15677139.
HSL color Cylindrical-coordinate representation of color #D336EF: hue angle of 290.92º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D336EF is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 54 | 239 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.06 |
| HSL | 290.92º | 0.85% | 0.57% | - |
| HSV(B) | 290.92º | 0.77% | 0.94% | - |
| XYZ | 43.76 | 22.72 | 83.74 | - |
| YUV | 122.03 | 194.01 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 54 | 239 | 0.12 | 0.77 | 0 | 0.06 | 290.92 | 0.85 | 0.57 |
| Hex | D3 | 36 | EF | C | 4D | 0 | 6 | 123 | 55 | 39 |
| Octal | 323 | 66 | 357 | 14 | 115 | 0 | 6 | 443 | 125 | 71 |
| Binary | 11010011 | 110110 | 11101111 | 1100 | 1001101 | 0 | 110 | 100100011 | 1010101 | 111001 |
Color Harmonies of #D336EF
Complementary color
Monochromatic Colors of #D336EF
Black with #D336EF
Text Example
Text Example
White with #D336EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D336EF; }
p { color: rgb(211,54,239); }
H1.HeaderClassName
{
color: #D336EF;
}
.AnyTagClassName
{
color: #D336EF;
}
</style>
background-color css
<style>
a { background-color: #D336EF; }
a { background-color: rgb(211,54,239); }
div.DivClassName
{
background-color: #D336EF;
}
.BgClassName
{
background-color: #D336EF;
}
</style>
border-color css
<style>
span { border-color: #D336EF; }
span { border-color: rgb(211,54,239); }
td.TdClassName
{
border-color: #D336EF;
}
.TagClassName
{
border-color: #D336EF;
}
</style>