Shades of Medium Orchid #D344EE
Tints of Medium Orchid #D344EE
RGB
CMYK
RGB Variations
Color information
#D344EE (or 0xD344EE) is known color: Medium Orchid. HEX triplet: D3, 44 and EE. RGB value is (211,68,238). Sum of RGB (Red+Green+Blue) = 211+68+238=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 68 (26.95% from 255 or 13.15% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #D344EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D344EE is #2CBB11. Grayscale: #818181. Windows color (decimal): -2931474 or 15615187. OLE color: 15615187.
HSL color Cylindrical-coordinate representation of color #D344EE: hue angle of 290.47º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D344EE is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 68 | 238 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.07 |
| HSL | 290.47º | 0.83% | 0.6% | - |
| HSV(B) | 290.47º | 0.71% | 0.93% | - |
| XYZ | 44.36 | 24.16 | 83.21 | - |
| YUV | 130.14 | 188.88 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 68 | 238 | 0.11 | 0.71 | 0 | 0.07 | 290.47 | 0.83 | 0.6 |
| Hex | D3 | 44 | EE | B | 47 | 0 | 7 | 122 | 53 | 3C |
| Octal | 323 | 104 | 356 | 13 | 107 | 0 | 7 | 442 | 123 | 74 |
| Binary | 11010011 | 1000100 | 11101110 | 1011 | 1000111 | 0 | 111 | 100100010 | 1010011 | 111100 |
Color Harmonies of #D344EE
Complementary color
Monochromatic Colors of #D344EE
Black with #D344EE
Text Example
Text Example
White with #D344EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D344EE; }
p { color: rgb(211,68,238); }
H1.HeaderClassName
{
color: #D344EE;
}
.AnyTagClassName
{
color: #D344EE;
}
</style>
background-color css
<style>
a { background-color: #D344EE; }
a { background-color: rgb(211,68,238); }
div.DivClassName
{
background-color: #D344EE;
}
.BgClassName
{
background-color: #D344EE;
}
</style>
border-color css
<style>
span { border-color: #D344EE; }
span { border-color: rgb(211,68,238); }
td.TdClassName
{
border-color: #D344EE;
}
.TagClassName
{
border-color: #D344EE;
}
</style>