Shades of Medium Orchid #D339EE
Tints of Medium Orchid #D339EE
RGB
CMYK
RGB Variations
Color information
#D339EE (or 0xD339EE) is known color: Medium Orchid. HEX triplet: D3, 39 and EE. RGB value is (211,57,238). Sum of RGB (Red+Green+Blue) = 211+57+238=506 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.70% from 506); Green value is 57 (22.66% from 255 or 11.26% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #D339EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D339EE is #2CC611. Grayscale: #7B7B7B. Windows color (decimal): -2934290 or 15612371. OLE color: 15612371.
HSL color Cylindrical-coordinate representation of color #D339EE: hue angle of 291.05º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D339EE is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 57 | 238 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.07 |
| HSL | 291.05º | 0.84% | 0.58% | - |
| HSV(B) | 291.05º | 0.76% | 0.93% | - |
| XYZ | 43.76 | 22.95 | 83.01 | - |
| YUV | 123.68 | 192.52 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 57 | 238 | 0.11 | 0.76 | 0 | 0.07 | 291.05 | 0.84 | 0.58 |
| Hex | D3 | 39 | EE | B | 4C | 0 | 7 | 123 | 54 | 3A |
| Octal | 323 | 71 | 356 | 13 | 114 | 0 | 7 | 443 | 124 | 72 |
| Binary | 11010011 | 111001 | 11101110 | 1011 | 1001100 | 0 | 111 | 100100011 | 1010100 | 111010 |
Color Harmonies of #D339EE
Complementary color
Monochromatic Colors of #D339EE
Black with #D339EE
Text Example
Text Example
White with #D339EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D339EE; }
p { color: rgb(211,57,238); }
H1.HeaderClassName
{
color: #D339EE;
}
.AnyTagClassName
{
color: #D339EE;
}
</style>
background-color css
<style>
a { background-color: #D339EE; }
a { background-color: rgb(211,57,238); }
div.DivClassName
{
background-color: #D339EE;
}
.BgClassName
{
background-color: #D339EE;
}
</style>
border-color css
<style>
span { border-color: #D339EE; }
span { border-color: rgb(211,57,238); }
td.TdClassName
{
border-color: #D339EE;
}
.TagClassName
{
border-color: #D339EE;
}
</style>