Shades of Medium Orchid #D03DF8
Tints of Medium Orchid #D03DF8
RGB
CMYK
RGB Variations
Color information
#D03DF8 (or 0xD03DF8) is known color: Medium Orchid. HEX triplet: D0, 3D and F8. RGB value is (208,61,248). Sum of RGB (Red+Green+Blue) = 208+61+248=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 61 (24.22% from 255 or 11.80% from 517); Blue value is 248 (97.27% from 255 or 47.97% from 517); Max value from RGB is 248 - color contains mainly: blue. Hex color #D03DF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03DF8 is #2FC207. Grayscale: #7D7D7D. Windows color (decimal): -3129864 or 16268752. OLE color: 16268752.
HSL color Cylindrical-coordinate representation of color #D03DF8: hue angle of 287.17º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D03DF8 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 61 | 248 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.03 |
| HSL | 287.17º | 0.93% | 0.61% | - |
| HSV(B) | 287.17º | 0.75% | 0.97% | - |
| XYZ | 44.62 | 23.52 | 91 | - |
| YUV | 126.27 | 196.7 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 61 | 248 | 0.16 | 0.75 | 0 | 0.03 | 287.17 | 0.93 | 0.61 |
| Hex | D0 | 3D | F8 | 10 | 4B | 0 | 3 | 11F | 5D | 3D |
| Octal | 320 | 75 | 370 | 20 | 113 | 0 | 3 | 437 | 135 | 75 |
| Binary | 11010000 | 111101 | 11111000 | 10000 | 1001011 | 0 | 11 | 100011111 | 1011101 | 111101 |
Color Harmonies of #D03DF8
Complementary color
Monochromatic Colors of #D03DF8
Black with #D03DF8
Text Example
Text Example
White with #D03DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03DF8; }
p { color: rgb(208,61,248); }
H1.HeaderClassName
{
color: #D03DF8;
}
.AnyTagClassName
{
color: #D03DF8;
}
</style>
background-color css
<style>
a { background-color: #D03DF8; }
a { background-color: rgb(208,61,248); }
div.DivClassName
{
background-color: #D03DF8;
}
.BgClassName
{
background-color: #D03DF8;
}
</style>
border-color css
<style>
span { border-color: #D03DF8; }
span { border-color: rgb(208,61,248); }
td.TdClassName
{
border-color: #D03DF8;
}
.TagClassName
{
border-color: #D03DF8;
}
</style>