Shades of Medium Orchid #D03EF6
Tints of Medium Orchid #D03EF6
RGB
CMYK
RGB Variations
Color information
#D03EF6 (or 0xD03EF6) is known color: Medium Orchid. HEX triplet: D0, 3E and F6. RGB value is (208,62,246). Sum of RGB (Red+Green+Blue) = 208+62+246=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 62 (24.61% from 255 or 12.02% from 516); Blue value is 246 (96.48% from 255 or 47.67% from 516); Max value from RGB is 246 - color contains mainly: blue. Hex color #D03EF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03EF6 is #2FC109. Grayscale: #7E7E7E. Windows color (decimal): -3129610 or 16137936. OLE color: 16137936.
HSL color Cylindrical-coordinate representation of color #D03EF6: hue angle of 287.61º degrees, saturation: 0.91, 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 #D03EF6 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 62 | 246 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.04 |
| HSL | 287.61º | 0.91% | 0.6% | - |
| HSV(B) | 287.61º | 0.75% | 0.96% | - |
| XYZ | 44.37 | 23.51 | 89.39 | - |
| YUV | 126.63 | 195.37 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 62 | 246 | 0.15 | 0.75 | 0 | 0.04 | 287.61 | 0.91 | 0.6 |
| Hex | D0 | 3E | F6 | F | 4B | 0 | 4 | 120 | 5B | 3C |
| Octal | 320 | 76 | 366 | 17 | 113 | 0 | 4 | 440 | 133 | 74 |
| Binary | 11010000 | 111110 | 11110110 | 1111 | 1001011 | 0 | 100 | 100100000 | 1011011 | 111100 |
Color Harmonies of #D03EF6
Complementary color
Monochromatic Colors of #D03EF6
Black with #D03EF6
Text Example
Text Example
White with #D03EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03EF6; }
p { color: rgb(208,62,246); }
H1.HeaderClassName
{
color: #D03EF6;
}
.AnyTagClassName
{
color: #D03EF6;
}
</style>
background-color css
<style>
a { background-color: #D03EF6; }
a { background-color: rgb(208,62,246); }
div.DivClassName
{
background-color: #D03EF6;
}
.BgClassName
{
background-color: #D03EF6;
}
</style>
border-color css
<style>
span { border-color: #D03EF6; }
span { border-color: rgb(208,62,246); }
td.TdClassName
{
border-color: #D03EF6;
}
.TagClassName
{
border-color: #D03EF6;
}
</style>