Shades of Medium Orchid #D03AF8
Tints of Medium Orchid #D03AF8
RGB
CMYK
RGB Variations
Color information
#D03AF8 (or 0xD03AF8) is known color: Medium Orchid. HEX triplet: D0, 3A and F8. RGB value is (208,58,248). Sum of RGB (Red+Green+Blue) = 208+58+248=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 58 (23.05% from 255 or 11.28% from 514); Blue value is 248 (97.27% from 255 or 48.25% from 514); Max value from RGB is 248 - color contains mainly: blue. Hex color #D03AF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03AF8 is #2FC507. Grayscale: #7B7B7B. Windows color (decimal): -3130632 or 16267984. OLE color: 16267984.
HSL color Cylindrical-coordinate representation of color #D03AF8: hue angle of 287.37º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D03AF8 is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 58 | 248 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.03 |
| HSL | 287.37º | 0.93% | 0.6% | - |
| HSV(B) | 287.37º | 0.77% | 0.97% | - |
| XYZ | 44.47 | 23.21 | 90.94 | - |
| YUV | 124.51 | 197.7 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 58 | 248 | 0.16 | 0.77 | 0 | 0.03 | 287.37 | 0.93 | 0.6 |
| Hex | D0 | 3A | F8 | 10 | 4D | 0 | 3 | 11F | 5D | 3C |
| Octal | 320 | 72 | 370 | 20 | 115 | 0 | 3 | 437 | 135 | 74 |
| Binary | 11010000 | 111010 | 11111000 | 10000 | 1001101 | 0 | 11 | 100011111 | 1011101 | 111100 |
Color Harmonies of #D03AF8
Complementary color
Monochromatic Colors of #D03AF8
Black with #D03AF8
Text Example
Text Example
White with #D03AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03AF8; }
p { color: rgb(208,58,248); }
H1.HeaderClassName
{
color: #D03AF8;
}
.AnyTagClassName
{
color: #D03AF8;
}
</style>
background-color css
<style>
a { background-color: #D03AF8; }
a { background-color: rgb(208,58,248); }
div.DivClassName
{
background-color: #D03AF8;
}
.BgClassName
{
background-color: #D03AF8;
}
</style>
border-color css
<style>
span { border-color: #D03AF8; }
span { border-color: rgb(208,58,248); }
td.TdClassName
{
border-color: #D03AF8;
}
.TagClassName
{
border-color: #D03AF8;
}
</style>