Shades of Medium Orchid #D334EE
Tints of Medium Orchid #D334EE
RGB
CMYK
RGB Variations
Color information
#D334EE (or 0xD334EE) is known color: Medium Orchid. HEX triplet: D3, 34 and EE. RGB value is (211,52,238). Sum of RGB (Red+Green+Blue) = 211+52+238=501 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.12% from 501); Green value is 52 (20.70% from 255 or 10.38% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #D334EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D334EE is #2CCB11. Grayscale: #787878. Windows color (decimal): -2935570 or 15611091. OLE color: 15611091.
HSL color Cylindrical-coordinate representation of color #D334EE: hue angle of 291.29º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D334EE is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 52 | 238 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.07 |
| HSL | 291.29º | 0.85% | 0.57% | - |
| HSV(B) | 291.29º | 0.78% | 0.93% | - |
| XYZ | 43.52 | 22.48 | 82.93 | - |
| YUV | 120.75 | 194.18 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 52 | 238 | 0.11 | 0.78 | 0 | 0.07 | 291.29 | 0.85 | 0.57 |
| Hex | D3 | 34 | EE | B | 4E | 0 | 7 | 123 | 55 | 39 |
| Octal | 323 | 64 | 356 | 13 | 116 | 0 | 7 | 443 | 125 | 71 |
| Binary | 11010011 | 110100 | 11101110 | 1011 | 1001110 | 0 | 111 | 100100011 | 1010101 | 111001 |
Color Harmonies of #D334EE
Complementary color
Monochromatic Colors of #D334EE
Black with #D334EE
Text Example
Text Example
White with #D334EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D334EE; }
p { color: rgb(211,52,238); }
H1.HeaderClassName
{
color: #D334EE;
}
.AnyTagClassName
{
color: #D334EE;
}
</style>
background-color css
<style>
a { background-color: #D334EE; }
a { background-color: rgb(211,52,238); }
div.DivClassName
{
background-color: #D334EE;
}
.BgClassName
{
background-color: #D334EE;
}
</style>
border-color css
<style>
span { border-color: #D334EE; }
span { border-color: rgb(211,52,238); }
td.TdClassName
{
border-color: #D334EE;
}
.TagClassName
{
border-color: #D334EE;
}
</style>