Shades of Medium Orchid #D03AEC
Tints of Medium Orchid #D03AEC
RGB
CMYK
RGB Variations
Color information
#D03AEC (or 0xD03AEC) is known color: Medium Orchid. HEX triplet: D0, 3A and EC. RGB value is (208,58,236). Sum of RGB (Red+Green+Blue) = 208+58+236=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 58 (23.05% from 255 or 11.55% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #D03AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03AEC is #2FC513. Grayscale: #7A7A7A. Windows color (decimal): -3130644 or 15481552. OLE color: 15481552.
HSL color Cylindrical-coordinate representation of color #D03AEC: hue angle of 290.56º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D03AEC is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 58 | 236 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.07 |
| HSL | 290.56º | 0.82% | 0.58% | - |
| HSV(B) | 290.56º | 0.75% | 0.93% | - |
| XYZ | 42.67 | 22.49 | 81.45 | - |
| YUV | 123.14 | 191.7 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 58 | 236 | 0.12 | 0.75 | 0 | 0.07 | 290.56 | 0.82 | 0.58 |
| Hex | D0 | 3A | EC | C | 4B | 0 | 7 | 123 | 52 | 3A |
| Octal | 320 | 72 | 354 | 14 | 113 | 0 | 7 | 443 | 122 | 72 |
| Binary | 11010000 | 111010 | 11101100 | 1100 | 1001011 | 0 | 111 | 100100011 | 1010010 | 111010 |
Color Harmonies of #D03AEC
Complementary color
Monochromatic Colors of #D03AEC
Black with #D03AEC
Text Example
Text Example
White with #D03AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03AEC; }
p { color: rgb(208,58,236); }
H1.HeaderClassName
{
color: #D03AEC;
}
.AnyTagClassName
{
color: #D03AEC;
}
</style>
background-color css
<style>
a { background-color: #D03AEC; }
a { background-color: rgb(208,58,236); }
div.DivClassName
{
background-color: #D03AEC;
}
.BgClassName
{
background-color: #D03AEC;
}
</style>
border-color css
<style>
span { border-color: #D03AEC; }
span { border-color: rgb(208,58,236); }
td.TdClassName
{
border-color: #D03AEC;
}
.TagClassName
{
border-color: #D03AEC;
}
</style>