Shades of Medium Orchid #D346EE
Tints of Medium Orchid #D346EE
RGB
CMYK
RGB Variations
Color information
#D346EE (or 0xD346EE) is known color: Medium Orchid. HEX triplet: D3, 46 and EE. RGB value is (211,70,238). Sum of RGB (Red+Green+Blue) = 211+70+238=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 70 (27.73% from 255 or 13.49% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #D346EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D346EE is #2CB911. Grayscale: #828282. Windows color (decimal): -2930962 or 15615699. OLE color: 15615699.
HSL color Cylindrical-coordinate representation of color #D346EE: hue angle of 290.36º 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 #D346EE is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 70 | 238 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.07 |
| HSL | 290.36º | 0.83% | 0.6% | - |
| HSV(B) | 290.36º | 0.71% | 0.93% | - |
| XYZ | 44.49 | 24.4 | 83.25 | - |
| YUV | 131.31 | 188.21 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 70 | 238 | 0.11 | 0.71 | 0 | 0.07 | 290.36 | 0.83 | 0.6 |
| Hex | D3 | 46 | EE | B | 47 | 0 | 7 | 122 | 53 | 3C |
| Octal | 323 | 106 | 356 | 13 | 107 | 0 | 7 | 442 | 123 | 74 |
| Binary | 11010011 | 1000110 | 11101110 | 1011 | 1000111 | 0 | 111 | 100100010 | 1010011 | 111100 |
Color Harmonies of #D346EE
Complementary color
Monochromatic Colors of #D346EE
Black with #D346EE
Text Example
Text Example
White with #D346EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D346EE; }
p { color: rgb(211,70,238); }
H1.HeaderClassName
{
color: #D346EE;
}
.AnyTagClassName
{
color: #D346EE;
}
</style>
background-color css
<style>
a { background-color: #D346EE; }
a { background-color: rgb(211,70,238); }
div.DivClassName
{
background-color: #D346EE;
}
.BgClassName
{
background-color: #D346EE;
}
</style>
border-color css
<style>
span { border-color: #D346EE; }
span { border-color: rgb(211,70,238); }
td.TdClassName
{
border-color: #D346EE;
}
.TagClassName
{
border-color: #D346EE;
}
</style>