Shades of Medium Orchid #D046F0
Tints of Medium Orchid #D046F0
RGB
CMYK
RGB Variations
Color information
#D046F0 (or 0xD046F0) is known color: Medium Orchid. HEX triplet: D0, 46 and F0. RGB value is (208,70,240). Sum of RGB (Red+Green+Blue) = 208+70+240=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 70 (27.73% from 255 or 13.51% from 518); Blue value is 240 (94.14% from 255 or 46.33% from 518); Max value from RGB is 240 - color contains mainly: blue. Hex color #D046F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D046F0 is #2FB90F. Grayscale: #828282. Windows color (decimal): -3127568 or 15746768. OLE color: 15746768.
HSL color Cylindrical-coordinate representation of color #D046F0: hue angle of 288.71º degrees, saturation: 0.85, 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 #D046F0 is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 70 | 240 | - |
| CMYK | 0.13 | 0.71 | 0 | 0.06 |
| HSL | 288.71º | 0.85% | 0.61% | - |
| HSV(B) | 288.71º | 0.71% | 0.94% | - |
| XYZ | 43.93 | 24.08 | 84.77 | - |
| YUV | 130.64 | 189.72 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 70 | 240 | 0.13 | 0.71 | 0 | 0.06 | 288.71 | 0.85 | 0.61 |
| Hex | D0 | 46 | F0 | D | 47 | 0 | 6 | 121 | 55 | 3D |
| Octal | 320 | 106 | 360 | 15 | 107 | 0 | 6 | 441 | 125 | 75 |
| Binary | 11010000 | 1000110 | 11110000 | 1101 | 1000111 | 0 | 110 | 100100001 | 1010101 | 111101 |
Color Harmonies of #D046F0
Complementary color
Monochromatic Colors of #D046F0
Black with #D046F0
Text Example
Text Example
White with #D046F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D046F0; }
p { color: rgb(208,70,240); }
H1.HeaderClassName
{
color: #D046F0;
}
.AnyTagClassName
{
color: #D046F0;
}
</style>
background-color css
<style>
a { background-color: #D046F0; }
a { background-color: rgb(208,70,240); }
div.DivClassName
{
background-color: #D046F0;
}
.BgClassName
{
background-color: #D046F0;
}
</style>
border-color css
<style>
span { border-color: #D046F0; }
span { border-color: rgb(208,70,240); }
td.TdClassName
{
border-color: #D046F0;
}
.TagClassName
{
border-color: #D046F0;
}
</style>