Shades of Medium Orchid #D344F6
Tints of Medium Orchid #D344F6
RGB
CMYK
RGB Variations
Color information
#D344F6 (or 0xD344F6) is known color: Medium Orchid. HEX triplet: D3, 44 and F6. RGB value is (211,68,246). Sum of RGB (Red+Green+Blue) = 211+68+246=525 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.19% from 525); Green value is 68 (26.95% from 255 or 12.95% from 525); Blue value is 246 (96.48% from 255 or 46.86% from 525); Max value from RGB is 246 - color contains mainly: blue. Hex color #D344F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D344F6 is #2CBB09. Grayscale: #828282. Windows color (decimal): -2931466 or 16139475. OLE color: 16139475.
HSL color Cylindrical-coordinate representation of color #D344F6: hue angle of 288.2º 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 #D344F6 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 68 | 246 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.04 |
| HSL | 288.2º | 0.91% | 0.62% | - |
| HSV(B) | 288.2º | 0.72% | 0.96% | - |
| XYZ | 45.57 | 24.64 | 89.54 | - |
| YUV | 131.05 | 192.88 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 68 | 246 | 0.14 | 0.72 | 0 | 0.04 | 288.2 | 0.91 | 0.62 |
| Hex | D3 | 44 | F6 | E | 48 | 0 | 4 | 120 | 5B | 3E |
| Octal | 323 | 104 | 366 | 16 | 110 | 0 | 4 | 440 | 133 | 76 |
| Binary | 11010011 | 1000100 | 11110110 | 1110 | 1001000 | 0 | 100 | 100100000 | 1011011 | 111110 |
Color Harmonies of #D344F6
Complementary color
Monochromatic Colors of #D344F6
Black with #D344F6
Text Example
Text Example
White with #D344F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D344F6; }
p { color: rgb(211,68,246); }
H1.HeaderClassName
{
color: #D344F6;
}
.AnyTagClassName
{
color: #D344F6;
}
</style>
background-color css
<style>
a { background-color: #D344F6; }
a { background-color: rgb(211,68,246); }
div.DivClassName
{
background-color: #D344F6;
}
.BgClassName
{
background-color: #D344F6;
}
</style>
border-color css
<style>
span { border-color: #D344F6; }
span { border-color: rgb(211,68,246); }
td.TdClassName
{
border-color: #D344F6;
}
.TagClassName
{
border-color: #D344F6;
}
</style>