Shades of Medium Orchid #D032E1
Tints of Medium Orchid #D032E1
RGB
CMYK
RGB Variations
Color information
#D032E1 (or 0xD032E1) is known color: Medium Orchid. HEX triplet: D0, 32 and E1. RGB value is (208,50,225). Sum of RGB (Red+Green+Blue) = 208+50+225=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 50 (19.92% from 255 or 10.35% from 483); Blue value is 225 (88.28% from 255 or 46.58% from 483); Max value from RGB is 225 - color contains mainly: blue. Hex color #D032E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D032E1 is #2FCD1E. Grayscale: #747474. Windows color (decimal): -3132703 or 14758608. OLE color: 14758608.
HSL color Cylindrical-coordinate representation of color #D032E1: hue angle of 294.17º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D032E1 is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 50 | 225 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.12 |
| HSL | 294.17º | 0.74% | 0.54% | - |
| HSV(B) | 294.17º | 0.78% | 0.88% | - |
| XYZ | 40.74 | 21.13 | 73.16 | - |
| YUV | 117.19 | 188.85 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 50 | 225 | 0.08 | 0.78 | 0 | 0.12 | 294.17 | 0.74 | 0.54 |
| Hex | D0 | 32 | E1 | 8 | 4E | 0 | C | 126 | 4A | 36 |
| Octal | 320 | 62 | 341 | 10 | 116 | 0 | 14 | 446 | 112 | 66 |
| Binary | 11010000 | 110010 | 11100001 | 1000 | 1001110 | 0 | 1100 | 100100110 | 1001010 | 110110 |
Color Harmonies of #D032E1
Complementary color
Monochromatic Colors of #D032E1
Black with #D032E1
Text Example
Text Example
White with #D032E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D032E1; }
p { color: rgb(208,50,225); }
H1.HeaderClassName
{
color: #D032E1;
}
.AnyTagClassName
{
color: #D032E1;
}
</style>
background-color css
<style>
a { background-color: #D032E1; }
a { background-color: rgb(208,50,225); }
div.DivClassName
{
background-color: #D032E1;
}
.BgClassName
{
background-color: #D032E1;
}
</style>
border-color css
<style>
span { border-color: #D032E1; }
span { border-color: rgb(208,50,225); }
td.TdClassName
{
border-color: #D032E1;
}
.TagClassName
{
border-color: #D032E1;
}
</style>