Shades of Medium Orchid #D039E6
Tints of Medium Orchid #D039E6
RGB
CMYK
RGB Variations
Color information
#D039E6 (or 0xD039E6) is known color: Medium Orchid. HEX triplet: D0, 39 and E6. RGB value is (208,57,230). Sum of RGB (Red+Green+Blue) = 208+57+230=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 57 (22.66% from 255 or 11.52% from 495); Blue value is 230 (90.23% from 255 or 46.46% from 495); Max value from RGB is 230 - color contains mainly: blue. Hex color #D039E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D039E6 is #2FC619. Grayscale: #797979. Windows color (decimal): -3130906 or 15088080. OLE color: 15088080.
HSL color Cylindrical-coordinate representation of color #D039E6: hue angle of 292.37º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D039E6 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 57 | 230 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.10 |
| HSL | 292.37º | 0.78% | 0.56% | - |
| HSV(B) | 292.37º | 0.75% | 0.9% | - |
| XYZ | 41.76 | 22.05 | 76.92 | - |
| YUV | 121.87 | 189.03 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 230 | 0.10 | 0.75 | 0 | 0.10 | 292.37 | 0.78 | 0.56 |
| Hex | D0 | 39 | E6 | A | 4B | 0 | A | 124 | 4E | 38 |
| Octal | 320 | 71 | 346 | 12 | 113 | 0 | 12 | 444 | 116 | 70 |
| Binary | 11010000 | 111001 | 11100110 | 1010 | 1001011 | 0 | 1010 | 100100100 | 1001110 | 111000 |
Color Harmonies of #D039E6
Complementary color
Monochromatic Colors of #D039E6
Black with #D039E6
Text Example
Text Example
White with #D039E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D039E6; }
p { color: rgb(208,57,230); }
H1.HeaderClassName
{
color: #D039E6;
}
.AnyTagClassName
{
color: #D039E6;
}
</style>
background-color css
<style>
a { background-color: #D039E6; }
a { background-color: rgb(208,57,230); }
div.DivClassName
{
background-color: #D039E6;
}
.BgClassName
{
background-color: #D039E6;
}
</style>
border-color css
<style>
span { border-color: #D039E6; }
span { border-color: rgb(208,57,230); }
td.TdClassName
{
border-color: #D039E6;
}
.TagClassName
{
border-color: #D039E6;
}
</style>