Shades of Medium Orchid #D030E8
Tints of Medium Orchid #D030E8
RGB
CMYK
RGB Variations
Color information
#D030E8 (or 0xD030E8) is known color: Medium Orchid. HEX triplet: D0, 30 and E8. RGB value is (208,48,232). Sum of RGB (Red+Green+Blue) = 208+48+232=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 48 (19.14% from 255 or 9.84% from 488); Blue value is 232 (91.02% from 255 or 47.54% from 488); Max value from RGB is 232 - color contains mainly: blue. Hex color #D030E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D030E8 is #2FCF17. Grayscale: #747474. Windows color (decimal): -3133208 or 15216848. OLE color: 15216848.
HSL color Cylindrical-coordinate representation of color #D030E8: hue angle of 292.17º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D030E8 is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 48 | 232 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.09 |
| HSL | 292.17º | 0.8% | 0.55% | - |
| HSV(B) | 292.17º | 0.79% | 0.91% | - |
| XYZ | 41.63 | 21.35 | 78.27 | - |
| YUV | 116.82 | 193.01 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 48 | 232 | 0.10 | 0.79 | 0 | 0.09 | 292.17 | 0.8 | 0.55 |
| Hex | D0 | 30 | E8 | A | 4F | 0 | 9 | 124 | 50 | 37 |
| Octal | 320 | 60 | 350 | 12 | 117 | 0 | 11 | 444 | 120 | 67 |
| Binary | 11010000 | 110000 | 11101000 | 1010 | 1001111 | 0 | 1001 | 100100100 | 1010000 | 110111 |
Color Harmonies of #D030E8
Complementary color
Monochromatic Colors of #D030E8
Black with #D030E8
Text Example
Text Example
White with #D030E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D030E8; }
p { color: rgb(208,48,232); }
H1.HeaderClassName
{
color: #D030E8;
}
.AnyTagClassName
{
color: #D030E8;
}
</style>
background-color css
<style>
a { background-color: #D030E8; }
a { background-color: rgb(208,48,232); }
div.DivClassName
{
background-color: #D030E8;
}
.BgClassName
{
background-color: #D030E8;
}
</style>
border-color css
<style>
span { border-color: #D030E8; }
span { border-color: rgb(208,48,232); }
td.TdClassName
{
border-color: #D030E8;
}
.TagClassName
{
border-color: #D030E8;
}
</style>