Shades of Medium Orchid #D03DF4
Tints of Medium Orchid #D03DF4
RGB
CMYK
RGB Variations
Color information
#D03DF4 (or 0xD03DF4) is known color: Medium Orchid. HEX triplet: D0, 3D and F4. RGB value is (208,61,244). Sum of RGB (Red+Green+Blue) = 208+61+244=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 61 (24.22% from 255 or 11.89% from 513); Blue value is 244 (95.70% from 255 or 47.56% from 513); Max value from RGB is 244 - color contains mainly: blue. Hex color #D03DF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03DF4 is #2FC20B. Grayscale: #7D7D7D. Windows color (decimal): -3129868 or 16006608. OLE color: 16006608.
HSL color Cylindrical-coordinate representation of color #D03DF4: hue angle of 288.2º 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 #D03DF4 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 61 | 244 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.04 |
| HSL | 288.2º | 0.89% | 0.6% | - |
| HSV(B) | 288.2º | 0.75% | 0.96% | - |
| XYZ | 44.01 | 23.28 | 87.76 | - |
| YUV | 125.82 | 194.7 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 61 | 244 | 0.15 | 0.75 | 0 | 0.04 | 288.2 | 0.89 | 0.6 |
| Hex | D0 | 3D | F4 | F | 4B | 0 | 4 | 120 | 59 | 3C |
| Octal | 320 | 75 | 364 | 17 | 113 | 0 | 4 | 440 | 131 | 74 |
| Binary | 11010000 | 111101 | 11110100 | 1111 | 1001011 | 0 | 100 | 100100000 | 1011001 | 111100 |
Color Harmonies of #D03DF4
Complementary color
Monochromatic Colors of #D03DF4
Black with #D03DF4
Text Example
Text Example
White with #D03DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03DF4; }
p { color: rgb(208,61,244); }
H1.HeaderClassName
{
color: #D03DF4;
}
.AnyTagClassName
{
color: #D03DF4;
}
</style>
background-color css
<style>
a { background-color: #D03DF4; }
a { background-color: rgb(208,61,244); }
div.DivClassName
{
background-color: #D03DF4;
}
.BgClassName
{
background-color: #D03DF4;
}
</style>
border-color css
<style>
span { border-color: #D03DF4; }
span { border-color: rgb(208,61,244); }
td.TdClassName
{
border-color: #D03DF4;
}
.TagClassName
{
border-color: #D03DF4;
}
</style>