Shades of Medium Orchid #D337F3
Tints of Medium Orchid #D337F3
RGB
CMYK
RGB Variations
Color information
#D337F3 (or 0xD337F3) is known color: Medium Orchid. HEX triplet: D3, 37 and F3. RGB value is (211,55,243). Sum of RGB (Red+Green+Blue) = 211+55+243=509 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.45% from 509); Green value is 55 (21.88% from 255 or 10.81% from 509); Blue value is 243 (95.31% from 255 or 47.74% from 509); Max value from RGB is 243 - color contains mainly: blue. Hex color #D337F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D337F3 is #2CC80C. Grayscale: #7A7A7A. Windows color (decimal): -2934797 or 15939539. OLE color: 15939539.
HSL color Cylindrical-coordinate representation of color #D337F3: hue angle of 289.79º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D337F3 is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 55 | 243 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.05 |
| HSL | 289.79º | 0.89% | 0.58% | - |
| HSV(B) | 289.79º | 0.77% | 0.95% | - |
| XYZ | 44.41 | 23.05 | 86.9 | - |
| YUV | 123.08 | 195.68 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 55 | 243 | 0.13 | 0.77 | 0 | 0.05 | 289.79 | 0.89 | 0.58 |
| Hex | D3 | 37 | F3 | D | 4D | 0 | 5 | 122 | 59 | 3A |
| Octal | 323 | 67 | 363 | 15 | 115 | 0 | 5 | 442 | 131 | 72 |
| Binary | 11010011 | 110111 | 11110011 | 1101 | 1001101 | 0 | 101 | 100100010 | 1011001 | 111010 |
Color Harmonies of #D337F3
Complementary color
Monochromatic Colors of #D337F3
Black with #D337F3
Text Example
Text Example
White with #D337F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D337F3; }
p { color: rgb(211,55,243); }
H1.HeaderClassName
{
color: #D337F3;
}
.AnyTagClassName
{
color: #D337F3;
}
</style>
background-color css
<style>
a { background-color: #D337F3; }
a { background-color: rgb(211,55,243); }
div.DivClassName
{
background-color: #D337F3;
}
.BgClassName
{
background-color: #D337F3;
}
</style>
border-color css
<style>
span { border-color: #D337F3; }
span { border-color: rgb(211,55,243); }
td.TdClassName
{
border-color: #D337F3;
}
.TagClassName
{
border-color: #D337F3;
}
</style>