Shades of Medium Orchid #D03EF4
Tints of Medium Orchid #D03EF4
RGB
CMYK
RGB Variations
Color information
#D03EF4 (or 0xD03EF4) is known color: Medium Orchid. HEX triplet: D0, 3E and F4. RGB value is (208,62,244). Sum of RGB (Red+Green+Blue) = 208+62+244=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 62 (24.61% from 255 or 12.06% from 514); Blue value is 244 (95.70% from 255 or 47.47% from 514); Max value from RGB is 244 - color contains mainly: blue. Hex color #D03EF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03EF4 is #2FC10B. Grayscale: #7D7D7D. Windows color (decimal): -3129612 or 16006864. OLE color: 16006864.
HSL color Cylindrical-coordinate representation of color #D03EF4: hue angle of 288.13º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D03EF4 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 62 | 244 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.04 |
| HSL | 288.13º | 0.89% | 0.6% | - |
| HSV(B) | 288.13º | 0.75% | 0.96% | - |
| XYZ | 44.06 | 23.39 | 87.78 | - |
| YUV | 126.4 | 194.37 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 62 | 244 | 0.15 | 0.75 | 0 | 0.04 | 288.13 | 0.89 | 0.6 |
| Hex | D0 | 3E | F4 | F | 4B | 0 | 4 | 120 | 59 | 3C |
| Octal | 320 | 76 | 364 | 17 | 113 | 0 | 4 | 440 | 131 | 74 |
| Binary | 11010000 | 111110 | 11110100 | 1111 | 1001011 | 0 | 100 | 100100000 | 1011001 | 111100 |
Color Harmonies of #D03EF4
Complementary color
Monochromatic Colors of #D03EF4
Black with #D03EF4
Text Example
Text Example
White with #D03EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03EF4; }
p { color: rgb(208,62,244); }
H1.HeaderClassName
{
color: #D03EF4;
}
.AnyTagClassName
{
color: #D03EF4;
}
</style>
background-color css
<style>
a { background-color: #D03EF4; }
a { background-color: rgb(208,62,244); }
div.DivClassName
{
background-color: #D03EF4;
}
.BgClassName
{
background-color: #D03EF4;
}
</style>
border-color css
<style>
span { border-color: #D03EF4; }
span { border-color: rgb(208,62,244); }
td.TdClassName
{
border-color: #D03EF4;
}
.TagClassName
{
border-color: #D03EF4;
}
</style>