Shades of Medium Orchid #D039F4
Tints of Medium Orchid #D039F4
RGB
CMYK
RGB Variations
Color information
#D039F4 (or 0xD039F4) is known color: Medium Orchid. HEX triplet: D0, 39 and F4. RGB value is (208,57,244). Sum of RGB (Red+Green+Blue) = 208+57+244=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 57 (22.66% from 255 or 11.20% from 509); Blue value is 244 (95.70% from 255 or 47.94% from 509); Max value from RGB is 244 - color contains mainly: blue. Hex color #D039F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D039F4 is #2FC60B. Grayscale: #7A7A7A. Windows color (decimal): -3130892 or 16005584. OLE color: 16005584.
HSL color Cylindrical-coordinate representation of color #D039F4: hue angle of 288.45º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D039F4 is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 57 | 244 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.04 |
| HSL | 288.45º | 0.89% | 0.59% | - |
| HSV(B) | 288.45º | 0.77% | 0.96% | - |
| XYZ | 43.8 | 22.87 | 87.69 | - |
| YUV | 123.47 | 196.03 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 244 | 0.15 | 0.77 | 0 | 0.04 | 288.45 | 0.89 | 0.59 |
| Hex | D0 | 39 | F4 | F | 4D | 0 | 4 | 120 | 59 | 3B |
| Octal | 320 | 71 | 364 | 17 | 115 | 0 | 4 | 440 | 131 | 73 |
| Binary | 11010000 | 111001 | 11110100 | 1111 | 1001101 | 0 | 100 | 100100000 | 1011001 | 111011 |
Color Harmonies of #D039F4
Complementary color
Monochromatic Colors of #D039F4
Black with #D039F4
Text Example
Text Example
White with #D039F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D039F4; }
p { color: rgb(208,57,244); }
H1.HeaderClassName
{
color: #D039F4;
}
.AnyTagClassName
{
color: #D039F4;
}
</style>
background-color css
<style>
a { background-color: #D039F4; }
a { background-color: rgb(208,57,244); }
div.DivClassName
{
background-color: #D039F4;
}
.BgClassName
{
background-color: #D039F4;
}
</style>
border-color css
<style>
span { border-color: #D039F4; }
span { border-color: rgb(208,57,244); }
td.TdClassName
{
border-color: #D039F4;
}
.TagClassName
{
border-color: #D039F4;
}
</style>