Shades of Medium Orchid #D030ED
Tints of Medium Orchid #D030ED
RGB
CMYK
RGB Variations
Color information
#D030ED (or 0xD030ED) is known color: Medium Orchid. HEX triplet: D0, 30 and ED. RGB value is (208,48,237). Sum of RGB (Red+Green+Blue) = 208+48+237=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 48 (19.14% from 255 or 9.74% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #D030ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D030ED is #2FCF12. Grayscale: #747474. Windows color (decimal): -3133203 or 15544528. OLE color: 15544528.
HSL color Cylindrical-coordinate representation of color #D030ED: hue angle of 290.79º degrees, saturation: 0.84, 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 #D030ED is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 48 | 237 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.07 |
| HSL | 290.79º | 0.84% | 0.56% | - |
| HSV(B) | 290.79º | 0.8% | 0.93% | - |
| XYZ | 42.36 | 21.64 | 82.06 | - |
| YUV | 117.39 | 195.51 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 48 | 237 | 0.12 | 0.80 | 0 | 0.07 | 290.79 | 0.84 | 0.56 |
| Hex | D0 | 30 | ED | C | 50 | 0 | 7 | 123 | 54 | 38 |
| Octal | 320 | 60 | 355 | 14 | 120 | 0 | 7 | 443 | 124 | 70 |
| Binary | 11010000 | 110000 | 11101101 | 1100 | 1010000 | 0 | 111 | 100100011 | 1010100 | 111000 |
Color Harmonies of #D030ED
Complementary color
Monochromatic Colors of #D030ED
Black with #D030ED
Text Example
Text Example
White with #D030ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D030ED; }
p { color: rgb(208,48,237); }
H1.HeaderClassName
{
color: #D030ED;
}
.AnyTagClassName
{
color: #D030ED;
}
</style>
background-color css
<style>
a { background-color: #D030ED; }
a { background-color: rgb(208,48,237); }
div.DivClassName
{
background-color: #D030ED;
}
.BgClassName
{
background-color: #D030ED;
}
</style>
border-color css
<style>
span { border-color: #D030ED; }
span { border-color: rgb(208,48,237); }
td.TdClassName
{
border-color: #D030ED;
}
.TagClassName
{
border-color: #D030ED;
}
</style>