Shades of Medium Orchid #D03DF7
Tints of Medium Orchid #D03DF7
RGB
CMYK
RGB Variations
Color information
#D03DF7 (or 0xD03DF7) is known color: Medium Orchid. HEX triplet: D0, 3D and F7. RGB value is (208,61,247). Sum of RGB (Red+Green+Blue) = 208+61+247=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 61 (24.22% from 255 or 11.82% from 516); Blue value is 247 (96.88% from 255 or 47.87% from 516); Max value from RGB is 247 - color contains mainly: blue. Hex color #D03DF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03DF7 is #2FC208. Grayscale: #7D7D7D. Windows color (decimal): -3129865 or 16203216. OLE color: 16203216.
HSL color Cylindrical-coordinate representation of color #D03DF7: hue angle of 287.42º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D03DF7 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 61 | 247 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.03 |
| HSL | 287.42º | 0.92% | 0.6% | - |
| HSV(B) | 287.42º | 0.75% | 0.97% | - |
| XYZ | 44.47 | 23.46 | 90.18 | - |
| YUV | 126.16 | 196.2 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 61 | 247 | 0.16 | 0.75 | 0 | 0.03 | 287.42 | 0.92 | 0.6 |
| Hex | D0 | 3D | F7 | 10 | 4B | 0 | 3 | 11F | 5C | 3C |
| Octal | 320 | 75 | 367 | 20 | 113 | 0 | 3 | 437 | 134 | 74 |
| Binary | 11010000 | 111101 | 11110111 | 10000 | 1001011 | 0 | 11 | 100011111 | 1011100 | 111100 |
Color Harmonies of #D03DF7
Complementary color
Monochromatic Colors of #D03DF7
Black with #D03DF7
Text Example
Text Example
White with #D03DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03DF7; }
p { color: rgb(208,61,247); }
H1.HeaderClassName
{
color: #D03DF7;
}
.AnyTagClassName
{
color: #D03DF7;
}
</style>
background-color css
<style>
a { background-color: #D03DF7; }
a { background-color: rgb(208,61,247); }
div.DivClassName
{
background-color: #D03DF7;
}
.BgClassName
{
background-color: #D03DF7;
}
</style>
border-color css
<style>
span { border-color: #D03DF7; }
span { border-color: rgb(208,61,247); }
td.TdClassName
{
border-color: #D03DF7;
}
.TagClassName
{
border-color: #D03DF7;
}
</style>