Shades of Medium Orchid #D346EF
Tints of Medium Orchid #D346EF
RGB
CMYK
RGB Variations
Color information
#D346EF (or 0xD346EF) is known color: Medium Orchid. HEX triplet: D3, 46 and EF. RGB value is (211,70,239). Sum of RGB (Red+Green+Blue) = 211+70+239=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 70 (27.73% from 255 or 13.46% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #D346EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D346EF is #2CB910. Grayscale: #828282. Windows color (decimal): -2930961 or 15681235. OLE color: 15681235.
HSL color Cylindrical-coordinate representation of color #D346EF: hue angle of 290.06º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D346EF is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 70 | 239 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.06 |
| HSL | 290.06º | 0.84% | 0.61% | - |
| HSV(B) | 290.06º | 0.71% | 0.94% | - |
| XYZ | 44.63 | 24.46 | 84.03 | - |
| YUV | 131.43 | 188.71 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 70 | 239 | 0.12 | 0.71 | 0 | 0.06 | 290.06 | 0.84 | 0.61 |
| Hex | D3 | 46 | EF | C | 47 | 0 | 6 | 122 | 54 | 3D |
| Octal | 323 | 106 | 357 | 14 | 107 | 0 | 6 | 442 | 124 | 75 |
| Binary | 11010011 | 1000110 | 11101111 | 1100 | 1000111 | 0 | 110 | 100100010 | 1010100 | 111101 |
Color Harmonies of #D346EF
Complementary color
Monochromatic Colors of #D346EF
Black with #D346EF
Text Example
Text Example
White with #D346EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D346EF; }
p { color: rgb(211,70,239); }
H1.HeaderClassName
{
color: #D346EF;
}
.AnyTagClassName
{
color: #D346EF;
}
</style>
background-color css
<style>
a { background-color: #D346EF; }
a { background-color: rgb(211,70,239); }
div.DivClassName
{
background-color: #D346EF;
}
.BgClassName
{
background-color: #D346EF;
}
</style>
border-color css
<style>
span { border-color: #D346EF; }
span { border-color: rgb(211,70,239); }
td.TdClassName
{
border-color: #D346EF;
}
.TagClassName
{
border-color: #D346EF;
}
</style>