Shades of Medium Orchid #D030DA
Tints of Medium Orchid #D030DA
RGB
CMYK
RGB Variations
Color information
#D030DA (or 0xD030DA) is known color: Medium Orchid. HEX triplet: D0, 30 and DA. RGB value is (208,48,218). Sum of RGB (Red+Green+Blue) = 208+48+218=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 48 (19.14% from 255 or 10.13% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #D030DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D030DA is #2FCF25. Grayscale: #727272. Windows color (decimal): -3133222 or 14299344. OLE color: 14299344.
HSL color Cylindrical-coordinate representation of color #D030DA: hue angle of 296.47º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D030DA is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 48 | 218 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.15 |
| HSL | 296.47º | 0.7% | 0.52% | - |
| HSV(B) | 296.47º | 0.78% | 0.85% | - |
| XYZ | 39.72 | 20.59 | 68.21 | - |
| YUV | 115.22 | 186.01 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 48 | 218 | 0.05 | 0.78 | 0 | 0.15 | 296.47 | 0.7 | 0.52 |
| Hex | D0 | 30 | DA | 5 | 4E | 0 | F | 128 | 46 | 34 |
| Octal | 320 | 60 | 332 | 5 | 116 | 0 | 17 | 450 | 106 | 64 |
| Binary | 11010000 | 110000 | 11011010 | 101 | 1001110 | 0 | 1111 | 100101000 | 1000110 | 110100 |
Color Harmonies of #D030DA
Complementary color
Monochromatic Colors of #D030DA
Black with #D030DA
Text Example
Text Example
White with #D030DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D030DA; }
p { color: rgb(208,48,218); }
H1.HeaderClassName
{
color: #D030DA;
}
.AnyTagClassName
{
color: #D030DA;
}
</style>
background-color css
<style>
a { background-color: #D030DA; }
a { background-color: rgb(208,48,218); }
div.DivClassName
{
background-color: #D030DA;
}
.BgClassName
{
background-color: #D030DA;
}
</style>
border-color css
<style>
span { border-color: #D030DA; }
span { border-color: rgb(208,48,218); }
td.TdClassName
{
border-color: #D030DA;
}
.TagClassName
{
border-color: #D030DA;
}
</style>