Shades of Medium Orchid #D337F6
Tints of Medium Orchid #D337F6
RGB
CMYK
RGB Variations
Color information
#D337F6 (or 0xD337F6) is known color: Medium Orchid. HEX triplet: D3, 37 and F6. RGB value is (211,55,246). Sum of RGB (Red+Green+Blue) = 211+55+246=512 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.21% from 512); Green value is 55 (21.88% from 255 or 10.74% from 512); Blue value is 246 (96.48% from 255 or 48.05% from 512); Max value from RGB is 246 - color contains mainly: blue. Hex color #D337F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D337F6 is #2CC809. Grayscale: #7A7A7A. Windows color (decimal): -2934794 or 16136147. OLE color: 16136147.
HSL color Cylindrical-coordinate representation of color #D337F6: hue angle of 289.01º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D337F6 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 55 | 246 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.04 |
| HSL | 289.01º | 0.91% | 0.59% | - |
| HSV(B) | 289.01º | 0.78% | 0.96% | - |
| XYZ | 44.86 | 23.24 | 89.31 | - |
| YUV | 123.42 | 197.18 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 55 | 246 | 0.14 | 0.78 | 0 | 0.04 | 289.01 | 0.91 | 0.59 |
| Hex | D3 | 37 | F6 | E | 4E | 0 | 4 | 121 | 5B | 3B |
| Octal | 323 | 67 | 366 | 16 | 116 | 0 | 4 | 441 | 133 | 73 |
| Binary | 11010011 | 110111 | 11110110 | 1110 | 1001110 | 0 | 100 | 100100001 | 1011011 | 111011 |
Color Harmonies of #D337F6
Complementary color
Monochromatic Colors of #D337F6
Black with #D337F6
Text Example
Text Example
White with #D337F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D337F6; }
p { color: rgb(211,55,246); }
H1.HeaderClassName
{
color: #D337F6;
}
.AnyTagClassName
{
color: #D337F6;
}
</style>
background-color css
<style>
a { background-color: #D337F6; }
a { background-color: rgb(211,55,246); }
div.DivClassName
{
background-color: #D337F6;
}
.BgClassName
{
background-color: #D337F6;
}
</style>
border-color css
<style>
span { border-color: #D337F6; }
span { border-color: rgb(211,55,246); }
td.TdClassName
{
border-color: #D337F6;
}
.TagClassName
{
border-color: #D337F6;
}
</style>