Shades of Medium Orchid #D32DE6
Tints of Medium Orchid #D32DE6
RGB
CMYK
RGB Variations
Color information
#D32DE6 (or 0xD32DE6) is known color: Medium Orchid. HEX triplet: D3, 2D and E6. RGB value is (211,45,230). Sum of RGB (Red+Green+Blue) = 211+45+230=486 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.42% from 486); Green value is 45 (17.97% from 255 or 9.26% from 486); Blue value is 230 (90.23% from 255 or 47.33% from 486); Max value from RGB is 230 - color contains mainly: blue. Hex color #D32DE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32DE6 is #2CD219. Grayscale: #737373. Windows color (decimal): -2937370 or 15085011. OLE color: 15085011.
HSL color Cylindrical-coordinate representation of color #D32DE6: hue angle of 293.84º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D32DE6 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 45 | 230 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.10 |
| HSL | 293.84º | 0.79% | 0.54% | - |
| HSV(B) | 293.84º | 0.8% | 0.9% | - |
| XYZ | 42.09 | 21.44 | 76.78 | - |
| YUV | 115.72 | 192.5 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 45 | 230 | 0.08 | 0.80 | 0 | 0.10 | 293.84 | 0.79 | 0.54 |
| Hex | D3 | 2D | E6 | 8 | 50 | 0 | A | 126 | 4F | 36 |
| Octal | 323 | 55 | 346 | 10 | 120 | 0 | 12 | 446 | 117 | 66 |
| Binary | 11010011 | 101101 | 11100110 | 1000 | 1010000 | 0 | 1010 | 100100110 | 1001111 | 110110 |
Color Harmonies of #D32DE6
Complementary color
Monochromatic Colors of #D32DE6
Black with #D32DE6
Text Example
Text Example
White with #D32DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32DE6; }
p { color: rgb(211,45,230); }
H1.HeaderClassName
{
color: #D32DE6;
}
.AnyTagClassName
{
color: #D32DE6;
}
</style>
background-color css
<style>
a { background-color: #D32DE6; }
a { background-color: rgb(211,45,230); }
div.DivClassName
{
background-color: #D32DE6;
}
.BgClassName
{
background-color: #D32DE6;
}
</style>
border-color css
<style>
span { border-color: #D32DE6; }
span { border-color: rgb(211,45,230); }
td.TdClassName
{
border-color: #D32DE6;
}
.TagClassName
{
border-color: #D32DE6;
}
</style>