Shades of Medium Orchid #D346F6
Tints of Medium Orchid #D346F6
RGB
CMYK
RGB Variations
Color information
#D346F6 (or 0xD346F6) is known color: Medium Orchid. HEX triplet: D3, 46 and F6. RGB value is (211,70,246). Sum of RGB (Red+Green+Blue) = 211+70+246=527 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.04% from 527); Green value is 70 (27.73% from 255 or 13.28% from 527); Blue value is 246 (96.48% from 255 or 46.68% from 527); Max value from RGB is 246 - color contains mainly: blue. Hex color #D346F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D346F6 is #2CB909. Grayscale: #838383. Windows color (decimal): -2930954 or 16139987. OLE color: 16139987.
HSL color Cylindrical-coordinate representation of color #D346F6: hue angle of 288.07º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D346F6 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 70 | 246 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.04 |
| HSL | 288.07º | 0.91% | 0.62% | - |
| HSV(B) | 288.07º | 0.72% | 0.96% | - |
| XYZ | 45.69 | 24.88 | 89.58 | - |
| YUV | 132.22 | 192.21 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 70 | 246 | 0.14 | 0.72 | 0 | 0.04 | 288.07 | 0.91 | 0.62 |
| Hex | D3 | 46 | F6 | E | 48 | 0 | 4 | 120 | 5B | 3E |
| Octal | 323 | 106 | 366 | 16 | 110 | 0 | 4 | 440 | 133 | 76 |
| Binary | 11010011 | 1000110 | 11110110 | 1110 | 1001000 | 0 | 100 | 100100000 | 1011011 | 111110 |
Color Harmonies of #D346F6
Complementary color
Monochromatic Colors of #D346F6
Black with #D346F6
Text Example
Text Example
White with #D346F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D346F6; }
p { color: rgb(211,70,246); }
H1.HeaderClassName
{
color: #D346F6;
}
.AnyTagClassName
{
color: #D346F6;
}
</style>
background-color css
<style>
a { background-color: #D346F6; }
a { background-color: rgb(211,70,246); }
div.DivClassName
{
background-color: #D346F6;
}
.BgClassName
{
background-color: #D346F6;
}
</style>
border-color css
<style>
span { border-color: #D346F6; }
span { border-color: rgb(211,70,246); }
td.TdClassName
{
border-color: #D346F6;
}
.TagClassName
{
border-color: #D346F6;
}
</style>