Shades of Medium Orchid #D344F0
Tints of Medium Orchid #D344F0
RGB
CMYK
RGB Variations
Color information
#D344F0 (or 0xD344F0) is known color: Medium Orchid. HEX triplet: D3, 44 and F0. RGB value is (211,68,240). Sum of RGB (Red+Green+Blue) = 211+68+240=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 68 (26.95% from 255 or 13.10% from 519); Blue value is 240 (94.14% from 255 or 46.24% from 519); Max value from RGB is 240 - color contains mainly: blue. Hex color #D344F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D344F0 is #2CBB0F. Grayscale: #818181. Windows color (decimal): -2931472 or 15746259. OLE color: 15746259.
HSL color Cylindrical-coordinate representation of color #D344F0: hue angle of 289.88º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D344F0 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 68 | 240 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.06 |
| HSL | 289.88º | 0.85% | 0.6% | - |
| HSV(B) | 289.88º | 0.72% | 0.94% | - |
| XYZ | 44.66 | 24.27 | 84.77 | - |
| YUV | 130.37 | 189.88 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 68 | 240 | 0.12 | 0.72 | 0 | 0.06 | 289.88 | 0.85 | 0.6 |
| Hex | D3 | 44 | F0 | C | 48 | 0 | 6 | 122 | 55 | 3C |
| Octal | 323 | 104 | 360 | 14 | 110 | 0 | 6 | 442 | 125 | 74 |
| Binary | 11010011 | 1000100 | 11110000 | 1100 | 1001000 | 0 | 110 | 100100010 | 1010101 | 111100 |
Color Harmonies of #D344F0
Complementary color
Monochromatic Colors of #D344F0
Black with #D344F0
Text Example
Text Example
White with #D344F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D344F0; }
p { color: rgb(211,68,240); }
H1.HeaderClassName
{
color: #D344F0;
}
.AnyTagClassName
{
color: #D344F0;
}
</style>
background-color css
<style>
a { background-color: #D344F0; }
a { background-color: rgb(211,68,240); }
div.DivClassName
{
background-color: #D344F0;
}
.BgClassName
{
background-color: #D344F0;
}
</style>
border-color css
<style>
span { border-color: #D344F0; }
span { border-color: rgb(211,68,240); }
td.TdClassName
{
border-color: #D344F0;
}
.TagClassName
{
border-color: #D344F0;
}
</style>