Shades of Medium Orchid #D032F4
Tints of Medium Orchid #D032F4
RGB
CMYK
RGB Variations
Color information
#D032F4 (or 0xD032F4) is known color: Medium Orchid. HEX triplet: D0, 32 and F4. RGB value is (208,50,244). Sum of RGB (Red+Green+Blue) = 208+50+244=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 50 (19.92% from 255 or 9.96% from 502); Blue value is 244 (95.70% from 255 or 48.61% from 502); Max value from RGB is 244 - color contains mainly: blue. Hex color #D032F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D032F4 is #2FCD0B. Grayscale: #767676. Windows color (decimal): -3132684 or 16003792. OLE color: 16003792.
HSL color Cylindrical-coordinate representation of color #D032F4: hue angle of 288.87º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D032F4 is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 50 | 244 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.04 |
| HSL | 288.87º | 0.9% | 0.58% | - |
| HSV(B) | 288.87º | 0.8% | 0.96% | - |
| XYZ | 43.48 | 22.22 | 87.59 | - |
| YUV | 119.36 | 198.35 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 50 | 244 | 0.15 | 0.80 | 0 | 0.04 | 288.87 | 0.9 | 0.58 |
| Hex | D0 | 32 | F4 | F | 50 | 0 | 4 | 121 | 5A | 3A |
| Octal | 320 | 62 | 364 | 17 | 120 | 0 | 4 | 441 | 132 | 72 |
| Binary | 11010000 | 110010 | 11110100 | 1111 | 1010000 | 0 | 100 | 100100001 | 1011010 | 111010 |
Color Harmonies of #D032F4
Complementary color
Monochromatic Colors of #D032F4
Black with #D032F4
Text Example
Text Example
White with #D032F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D032F4; }
p { color: rgb(208,50,244); }
H1.HeaderClassName
{
color: #D032F4;
}
.AnyTagClassName
{
color: #D032F4;
}
</style>
background-color css
<style>
a { background-color: #D032F4; }
a { background-color: rgb(208,50,244); }
div.DivClassName
{
background-color: #D032F4;
}
.BgClassName
{
background-color: #D032F4;
}
</style>
border-color css
<style>
span { border-color: #D032F4; }
span { border-color: rgb(208,50,244); }
td.TdClassName
{
border-color: #D032F4;
}
.TagClassName
{
border-color: #D032F4;
}
</style>