Shades of Medium Orchid #D339E7
Tints of Medium Orchid #D339E7
RGB
CMYK
RGB Variations
Color information
#D339E7 (or 0xD339E7) is known color: Medium Orchid. HEX triplet: D3, 39 and E7. RGB value is (211,57,231). Sum of RGB (Red+Green+Blue) = 211+57+231=499 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.28% from 499); Green value is 57 (22.66% from 255 or 11.42% from 499); Blue value is 231 (90.62% from 255 or 46.29% from 499); Max value from RGB is 231 - color contains mainly: blue. Hex color #D339E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D339E7 is #2CC618. Grayscale: #7A7A7A. Windows color (decimal): -2934297 or 15153619. OLE color: 15153619.
HSL color Cylindrical-coordinate representation of color #D339E7: hue angle of 293.1º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D339E7 is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 57 | 231 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.09 |
| HSL | 293.1º | 0.78% | 0.56% | - |
| HSV(B) | 293.1º | 0.75% | 0.91% | - |
| XYZ | 42.75 | 22.54 | 77.7 | - |
| YUV | 122.88 | 189.02 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 57 | 231 | 0.09 | 0.75 | 0 | 0.09 | 293.1 | 0.78 | 0.56 |
| Hex | D3 | 39 | E7 | 9 | 4B | 0 | 9 | 125 | 4E | 38 |
| Octal | 323 | 71 | 347 | 11 | 113 | 0 | 11 | 445 | 116 | 70 |
| Binary | 11010011 | 111001 | 11100111 | 1001 | 1001011 | 0 | 1001 | 100100101 | 1001110 | 111000 |
Color Harmonies of #D339E7
Complementary color
Monochromatic Colors of #D339E7
Black with #D339E7
Text Example
Text Example
White with #D339E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D339E7; }
p { color: rgb(211,57,231); }
H1.HeaderClassName
{
color: #D339E7;
}
.AnyTagClassName
{
color: #D339E7;
}
</style>
background-color css
<style>
a { background-color: #D339E7; }
a { background-color: rgb(211,57,231); }
div.DivClassName
{
background-color: #D339E7;
}
.BgClassName
{
background-color: #D339E7;
}
</style>
border-color css
<style>
span { border-color: #D339E7; }
span { border-color: rgb(211,57,231); }
td.TdClassName
{
border-color: #D339E7;
}
.TagClassName
{
border-color: #D339E7;
}
</style>