Shades of Medium Orchid #D032F3
Tints of Medium Orchid #D032F3
RGB
CMYK
RGB Variations
Color information
#D032F3 (or 0xD032F3) is known color: Medium Orchid. HEX triplet: D0, 32 and F3. RGB value is (208,50,243). Sum of RGB (Red+Green+Blue) = 208+50+243=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 50 (19.92% from 255 or 9.98% from 501); Blue value is 243 (95.31% from 255 or 48.50% from 501); Max value from RGB is 243 - color contains mainly: blue. Hex color #D032F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D032F3 is #2FCD0C. Grayscale: #767676. Windows color (decimal): -3132685 or 15938256. OLE color: 15938256.
HSL color Cylindrical-coordinate representation of color #D032F3: hue angle of 289.12º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D032F3 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 50 | 243 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.05 |
| HSL | 289.12º | 0.89% | 0.57% | - |
| HSV(B) | 289.12º | 0.79% | 0.95% | - |
| XYZ | 43.33 | 22.16 | 86.79 | - |
| YUV | 119.24 | 197.85 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 50 | 243 | 0.14 | 0.79 | 0 | 0.05 | 289.12 | 0.89 | 0.57 |
| Hex | D0 | 32 | F3 | E | 4F | 0 | 5 | 121 | 59 | 39 |
| Octal | 320 | 62 | 363 | 16 | 117 | 0 | 5 | 441 | 131 | 71 |
| Binary | 11010000 | 110010 | 11110011 | 1110 | 1001111 | 0 | 101 | 100100001 | 1011001 | 111001 |
Color Harmonies of #D032F3
Complementary color
Monochromatic Colors of #D032F3
Black with #D032F3
Text Example
Text Example
White with #D032F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D032F3; }
p { color: rgb(208,50,243); }
H1.HeaderClassName
{
color: #D032F3;
}
.AnyTagClassName
{
color: #D032F3;
}
</style>
background-color css
<style>
a { background-color: #D032F3; }
a { background-color: rgb(208,50,243); }
div.DivClassName
{
background-color: #D032F3;
}
.BgClassName
{
background-color: #D032F3;
}
</style>
border-color css
<style>
span { border-color: #D032F3; }
span { border-color: rgb(208,50,243); }
td.TdClassName
{
border-color: #D032F3;
}
.TagClassName
{
border-color: #D032F3;
}
</style>