Shades of Medium Orchid #D03AF0
Tints of Medium Orchid #D03AF0
RGB
CMYK
RGB Variations
Color information
#D03AF0 (or 0xD03AF0) is known color: Medium Orchid. HEX triplet: D0, 3A and F0. RGB value is (208,58,240). Sum of RGB (Red+Green+Blue) = 208+58+240=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 58 (23.05% from 255 or 11.46% from 506); Blue value is 240 (94.14% from 255 or 47.43% from 506); Max value from RGB is 240 - color contains mainly: blue. Hex color #D03AF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03AF0 is #2FC50F. Grayscale: #7B7B7B. Windows color (decimal): -3130640 or 15743696. OLE color: 15743696.
HSL color Cylindrical-coordinate representation of color #D03AF0: hue angle of 289.45º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D03AF0 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 58 | 240 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.06 |
| HSL | 289.45º | 0.86% | 0.58% | - |
| HSV(B) | 289.45º | 0.76% | 0.94% | - |
| XYZ | 43.25 | 22.73 | 84.55 | - |
| YUV | 123.6 | 193.7 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 58 | 240 | 0.13 | 0.76 | 0 | 0.06 | 289.45 | 0.86 | 0.58 |
| Hex | D0 | 3A | F0 | D | 4C | 0 | 6 | 121 | 56 | 3A |
| Octal | 320 | 72 | 360 | 15 | 114 | 0 | 6 | 441 | 126 | 72 |
| Binary | 11010000 | 111010 | 11110000 | 1101 | 1001100 | 0 | 110 | 100100001 | 1010110 | 111010 |
Color Harmonies of #D03AF0
Complementary color
Monochromatic Colors of #D03AF0
Black with #D03AF0
Text Example
Text Example
White with #D03AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03AF0; }
p { color: rgb(208,58,240); }
H1.HeaderClassName
{
color: #D03AF0;
}
.AnyTagClassName
{
color: #D03AF0;
}
</style>
background-color css
<style>
a { background-color: #D03AF0; }
a { background-color: rgb(208,58,240); }
div.DivClassName
{
background-color: #D03AF0;
}
.BgClassName
{
background-color: #D03AF0;
}
</style>
border-color css
<style>
span { border-color: #D03AF0; }
span { border-color: rgb(208,58,240); }
td.TdClassName
{
border-color: #D03AF0;
}
.TagClassName
{
border-color: #D03AF0;
}
</style>