Shades of Medium Orchid #D030E5
Tints of Medium Orchid #D030E5
RGB
CMYK
RGB Variations
Color information
#D030E5 (or 0xD030E5) is known color: Medium Orchid. HEX triplet: D0, 30 and E5. RGB value is (208,48,229). Sum of RGB (Red+Green+Blue) = 208+48+229=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 48 (19.14% from 255 or 9.90% from 485); Blue value is 229 (89.84% from 255 or 47.22% from 485); Max value from RGB is 229 - color contains mainly: blue. Hex color #D030E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D030E5 is #2FCF1A. Grayscale: #737373. Windows color (decimal): -3133211 or 15020240. OLE color: 15020240.
HSL color Cylindrical-coordinate representation of color #D030E5: hue angle of 293.04º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D030E5 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 48 | 229 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.10 |
| HSL | 293.04º | 0.78% | 0.54% | - |
| HSV(B) | 293.04º | 0.79% | 0.9% | - |
| XYZ | 41.21 | 21.18 | 76.04 | - |
| YUV | 116.47 | 191.51 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 48 | 229 | 0.09 | 0.79 | 0 | 0.10 | 293.04 | 0.78 | 0.54 |
| Hex | D0 | 30 | E5 | 9 | 4F | 0 | A | 125 | 4E | 36 |
| Octal | 320 | 60 | 345 | 11 | 117 | 0 | 12 | 445 | 116 | 66 |
| Binary | 11010000 | 110000 | 11100101 | 1001 | 1001111 | 0 | 1010 | 100100101 | 1001110 | 110110 |
Color Harmonies of #D030E5
Complementary color
Monochromatic Colors of #D030E5
Black with #D030E5
Text Example
Text Example
White with #D030E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D030E5; }
p { color: rgb(208,48,229); }
H1.HeaderClassName
{
color: #D030E5;
}
.AnyTagClassName
{
color: #D030E5;
}
</style>
background-color css
<style>
a { background-color: #D030E5; }
a { background-color: rgb(208,48,229); }
div.DivClassName
{
background-color: #D030E5;
}
.BgClassName
{
background-color: #D030E5;
}
</style>
border-color css
<style>
span { border-color: #D030E5; }
span { border-color: rgb(208,48,229); }
td.TdClassName
{
border-color: #D030E5;
}
.TagClassName
{
border-color: #D030E5;
}
</style>