Shades of Medium Orchid #D030E6
Tints of Medium Orchid #D030E6
RGB
CMYK
RGB Variations
Color information
#D030E6 (or 0xD030E6) is known color: Medium Orchid. HEX triplet: D0, 30 and E6. RGB value is (208,48,230). Sum of RGB (Red+Green+Blue) = 208+48+230=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 48 (19.14% from 255 or 9.88% from 486); Blue value is 230 (90.23% from 255 or 47.33% from 486); Max value from RGB is 230 - color contains mainly: blue. Hex color #D030E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D030E6 is #2FCF19. Grayscale: #747474. Windows color (decimal): -3133210 or 15085776. OLE color: 15085776.
HSL color Cylindrical-coordinate representation of color #D030E6: hue angle of 292.75º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D030E6 is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 48 | 230 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.10 |
| HSL | 292.75º | 0.78% | 0.55% | - |
| HSV(B) | 292.75º | 0.79% | 0.9% | - |
| XYZ | 41.35 | 21.24 | 76.78 | - |
| YUV | 116.59 | 192.01 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 48 | 230 | 0.10 | 0.79 | 0 | 0.10 | 292.75 | 0.78 | 0.55 |
| Hex | D0 | 30 | E6 | A | 4F | 0 | A | 125 | 4E | 37 |
| Octal | 320 | 60 | 346 | 12 | 117 | 0 | 12 | 445 | 116 | 67 |
| Binary | 11010000 | 110000 | 11100110 | 1010 | 1001111 | 0 | 1010 | 100100101 | 1001110 | 110111 |
Color Harmonies of #D030E6
Complementary color
Monochromatic Colors of #D030E6
Black with #D030E6
Text Example
Text Example
White with #D030E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D030E6; }
p { color: rgb(208,48,230); }
H1.HeaderClassName
{
color: #D030E6;
}
.AnyTagClassName
{
color: #D030E6;
}
</style>
background-color css
<style>
a { background-color: #D030E6; }
a { background-color: rgb(208,48,230); }
div.DivClassName
{
background-color: #D030E6;
}
.BgClassName
{
background-color: #D030E6;
}
</style>
border-color css
<style>
span { border-color: #D030E6; }
span { border-color: rgb(208,48,230); }
td.TdClassName
{
border-color: #D030E6;
}
.TagClassName
{
border-color: #D030E6;
}
</style>