Shades of Medium Orchid #D030EC
Tints of Medium Orchid #D030EC
RGB
CMYK
RGB Variations
Color information
#D030EC (or 0xD030EC) is known color: Medium Orchid. HEX triplet: D0, 30 and EC. RGB value is (208,48,236). Sum of RGB (Red+Green+Blue) = 208+48+236=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 48 (19.14% from 255 or 9.76% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #D030EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D030EC is #2FCF13. Grayscale: #747474. Windows color (decimal): -3133204 or 15478992. OLE color: 15478992.
HSL color Cylindrical-coordinate representation of color #D030EC: hue angle of 291.06º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D030EC is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 48 | 236 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.07 |
| HSL | 291.06º | 0.83% | 0.56% | - |
| HSV(B) | 291.06º | 0.8% | 0.93% | - |
| XYZ | 42.21 | 21.58 | 81.3 | - |
| YUV | 117.27 | 195.01 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 48 | 236 | 0.12 | 0.80 | 0 | 0.07 | 291.06 | 0.83 | 0.56 |
| Hex | D0 | 30 | EC | C | 50 | 0 | 7 | 123 | 53 | 38 |
| Octal | 320 | 60 | 354 | 14 | 120 | 0 | 7 | 443 | 123 | 70 |
| Binary | 11010000 | 110000 | 11101100 | 1100 | 1010000 | 0 | 111 | 100100011 | 1010011 | 111000 |
Color Harmonies of #D030EC
Complementary color
Monochromatic Colors of #D030EC
Black with #D030EC
Text Example
Text Example
White with #D030EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D030EC; }
p { color: rgb(208,48,236); }
H1.HeaderClassName
{
color: #D030EC;
}
.AnyTagClassName
{
color: #D030EC;
}
</style>
background-color css
<style>
a { background-color: #D030EC; }
a { background-color: rgb(208,48,236); }
div.DivClassName
{
background-color: #D030EC;
}
.BgClassName
{
background-color: #D030EC;
}
</style>
border-color css
<style>
span { border-color: #D030EC; }
span { border-color: rgb(208,48,236); }
td.TdClassName
{
border-color: #D030EC;
}
.TagClassName
{
border-color: #D030EC;
}
</style>