Shades of Medium Orchid #D337F2
Tints of Medium Orchid #D337F2
RGB
CMYK
RGB Variations
Color information
#D337F2 (or 0xD337F2) is known color: Medium Orchid. HEX triplet: D3, 37 and F2. RGB value is (211,55,242). Sum of RGB (Red+Green+Blue) = 211+55+242=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 55 (21.88% from 255 or 10.83% from 508); Blue value is 242 (94.92% from 255 or 47.64% from 508); Max value from RGB is 242 - color contains mainly: blue. Hex color #D337F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D337F2 is #2CC80D. Grayscale: #7A7A7A. Windows color (decimal): -2934798 or 15874003. OLE color: 15874003.
HSL color Cylindrical-coordinate representation of color #D337F2: hue angle of 290.05º degrees, saturation: 0.88, 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 #D337F2 is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 55 | 242 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.05 |
| HSL | 290.05º | 0.88% | 0.58% | - |
| HSV(B) | 290.05º | 0.77% | 0.95% | - |
| XYZ | 44.26 | 22.99 | 86.11 | - |
| YUV | 122.96 | 195.18 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 55 | 242 | 0.13 | 0.77 | 0 | 0.05 | 290.05 | 0.88 | 0.58 |
| Hex | D3 | 37 | F2 | D | 4D | 0 | 5 | 122 | 58 | 3A |
| Octal | 323 | 67 | 362 | 15 | 115 | 0 | 5 | 442 | 130 | 72 |
| Binary | 11010011 | 110111 | 11110010 | 1101 | 1001101 | 0 | 101 | 100100010 | 1011000 | 111010 |
Color Harmonies of #D337F2
Complementary color
Monochromatic Colors of #D337F2
Black with #D337F2
Text Example
Text Example
White with #D337F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D337F2; }
p { color: rgb(211,55,242); }
H1.HeaderClassName
{
color: #D337F2;
}
.AnyTagClassName
{
color: #D337F2;
}
</style>
background-color css
<style>
a { background-color: #D337F2; }
a { background-color: rgb(211,55,242); }
div.DivClassName
{
background-color: #D337F2;
}
.BgClassName
{
background-color: #D337F2;
}
</style>
border-color css
<style>
span { border-color: #D337F2; }
span { border-color: rgb(211,55,242); }
td.TdClassName
{
border-color: #D337F2;
}
.TagClassName
{
border-color: #D337F2;
}
</style>