Shades of Medium Orchid #D337EF
Tints of Medium Orchid #D337EF
RGB
CMYK
RGB Variations
Color information
#D337EF (or 0xD337EF) is known color: Medium Orchid. HEX triplet: D3, 37 and EF. RGB value is (211,55,239). Sum of RGB (Red+Green+Blue) = 211+55+239=505 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.78% from 505); Green value is 55 (21.88% from 255 or 10.89% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #D337EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D337EF is #2CC810. Grayscale: #7A7A7A. Windows color (decimal): -2934801 or 15677395. OLE color: 15677395.
HSL color Cylindrical-coordinate representation of color #D337EF: hue angle of 290.87º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D337EF is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 55 | 239 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.06 |
| HSL | 290.87º | 0.85% | 0.58% | - |
| HSV(B) | 290.87º | 0.77% | 0.94% | - |
| XYZ | 43.81 | 22.81 | 83.76 | - |
| YUV | 122.62 | 193.68 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 55 | 239 | 0.12 | 0.77 | 0 | 0.06 | 290.87 | 0.85 | 0.58 |
| Hex | D3 | 37 | EF | C | 4D | 0 | 6 | 123 | 55 | 3A |
| Octal | 323 | 67 | 357 | 14 | 115 | 0 | 6 | 443 | 125 | 72 |
| Binary | 11010011 | 110111 | 11101111 | 1100 | 1001101 | 0 | 110 | 100100011 | 1010101 | 111010 |
Color Harmonies of #D337EF
Complementary color
Monochromatic Colors of #D337EF
Black with #D337EF
Text Example
Text Example
White with #D337EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D337EF; }
p { color: rgb(211,55,239); }
H1.HeaderClassName
{
color: #D337EF;
}
.AnyTagClassName
{
color: #D337EF;
}
</style>
background-color css
<style>
a { background-color: #D337EF; }
a { background-color: rgb(211,55,239); }
div.DivClassName
{
background-color: #D337EF;
}
.BgClassName
{
background-color: #D337EF;
}
</style>
border-color css
<style>
span { border-color: #D337EF; }
span { border-color: rgb(211,55,239); }
td.TdClassName
{
border-color: #D337EF;
}
.TagClassName
{
border-color: #D337EF;
}
</style>