Shades of Medium Orchid #D337EB
Tints of Medium Orchid #D337EB
RGB
CMYK
RGB Variations
Color information
#D337EB (or 0xD337EB) is known color: Medium Orchid. HEX triplet: D3, 37 and EB. RGB value is (211,55,235). Sum of RGB (Red+Green+Blue) = 211+55+235=501 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.12% from 501); Green value is 55 (21.88% from 255 or 10.98% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #D337EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D337EB is #2CC814. Grayscale: #797979. Windows color (decimal): -2934805 or 15415251. OLE color: 15415251.
HSL color Cylindrical-coordinate representation of color #D337EB: hue angle of 292º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D337EB is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 55 | 235 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.08 |
| HSL | 292º | 0.82% | 0.57% | - |
| HSV(B) | 292º | 0.77% | 0.92% | - |
| XYZ | 43.23 | 22.58 | 80.68 | - |
| YUV | 122.16 | 191.68 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 55 | 235 | 0.10 | 0.77 | 0 | 0.08 | 292 | 0.82 | 0.57 |
| Hex | D3 | 37 | EB | A | 4D | 0 | 8 | 124 | 52 | 39 |
| Octal | 323 | 67 | 353 | 12 | 115 | 0 | 10 | 444 | 122 | 71 |
| Binary | 11010011 | 110111 | 11101011 | 1010 | 1001101 | 0 | 1000 | 100100100 | 1010010 | 111001 |
Color Harmonies of #D337EB
Complementary color
Monochromatic Colors of #D337EB
Black with #D337EB
Text Example
Text Example
White with #D337EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D337EB; }
p { color: rgb(211,55,235); }
H1.HeaderClassName
{
color: #D337EB;
}
.AnyTagClassName
{
color: #D337EB;
}
</style>
background-color css
<style>
a { background-color: #D337EB; }
a { background-color: rgb(211,55,235); }
div.DivClassName
{
background-color: #D337EB;
}
.BgClassName
{
background-color: #D337EB;
}
</style>
border-color css
<style>
span { border-color: #D337EB; }
span { border-color: rgb(211,55,235); }
td.TdClassName
{
border-color: #D337EB;
}
.TagClassName
{
border-color: #D337EB;
}
</style>