Shades of Medium Orchid #D032DC
Tints of Medium Orchid #D032DC
RGB
CMYK
RGB Variations
Color information
#D032DC (or 0xD032DC) is known color: Medium Orchid. HEX triplet: D0, 32 and DC. RGB value is (208,50,220). Sum of RGB (Red+Green+Blue) = 208+50+220=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 50 (19.92% from 255 or 10.46% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #D032DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D032DC is #2FCD23. Grayscale: #747474. Windows color (decimal): -3132708 or 14430928. OLE color: 14430928.
HSL color Cylindrical-coordinate representation of color #D032DC: hue angle of 295.76º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D032DC is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 50 | 220 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.14 |
| HSL | 295.76º | 0.71% | 0.53% | - |
| HSV(B) | 295.76º | 0.77% | 0.86% | - |
| XYZ | 40.07 | 20.86 | 69.62 | - |
| YUV | 116.62 | 186.35 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 50 | 220 | 0.05 | 0.77 | 0 | 0.14 | 295.76 | 0.71 | 0.53 |
| Hex | D0 | 32 | DC | 5 | 4D | 0 | E | 128 | 47 | 35 |
| Octal | 320 | 62 | 334 | 5 | 115 | 0 | 16 | 450 | 107 | 65 |
| Binary | 11010000 | 110010 | 11011100 | 101 | 1001101 | 0 | 1110 | 100101000 | 1000111 | 110101 |
Color Harmonies of #D032DC
Complementary color
Monochromatic Colors of #D032DC
Black with #D032DC
Text Example
Text Example
White with #D032DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D032DC; }
p { color: rgb(208,50,220); }
H1.HeaderClassName
{
color: #D032DC;
}
.AnyTagClassName
{
color: #D032DC;
}
</style>
background-color css
<style>
a { background-color: #D032DC; }
a { background-color: rgb(208,50,220); }
div.DivClassName
{
background-color: #D032DC;
}
.BgClassName
{
background-color: #D032DC;
}
</style>
border-color css
<style>
span { border-color: #D032DC; }
span { border-color: rgb(208,50,220); }
td.TdClassName
{
border-color: #D032DC;
}
.TagClassName
{
border-color: #D032DC;
}
</style>