Shades of Medium Orchid #D046EB
Tints of Medium Orchid #D046EB
RGB
CMYK
RGB Variations
Color information
#D046EB (or 0xD046EB) is known color: Medium Orchid. HEX triplet: D0, 46 and EB. RGB value is (208,70,235). Sum of RGB (Red+Green+Blue) = 208+70+235=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 70 (27.73% from 255 or 13.65% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #D046EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D046EB is #2FB914. Grayscale: #818181. Windows color (decimal): -3127573 or 15419088. OLE color: 15419088.
HSL color Cylindrical-coordinate representation of color #D046EB: hue angle of 290.18º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D046EB is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 70 | 235 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.08 |
| HSL | 290.18º | 0.8% | 0.6% | - |
| HSV(B) | 290.18º | 0.7% | 0.92% | - |
| XYZ | 43.2 | 23.79 | 80.91 | - |
| YUV | 130.07 | 187.22 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 70 | 235 | 0.11 | 0.70 | 0 | 0.08 | 290.18 | 0.8 | 0.6 |
| Hex | D0 | 46 | EB | B | 46 | 0 | 8 | 122 | 50 | 3C |
| Octal | 320 | 106 | 353 | 13 | 106 | 0 | 10 | 442 | 120 | 74 |
| Binary | 11010000 | 1000110 | 11101011 | 1011 | 1000110 | 0 | 1000 | 100100010 | 1010000 | 111100 |
Color Harmonies of #D046EB
Complementary color
Monochromatic Colors of #D046EB
Black with #D046EB
Text Example
Text Example
White with #D046EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D046EB; }
p { color: rgb(208,70,235); }
H1.HeaderClassName
{
color: #D046EB;
}
.AnyTagClassName
{
color: #D046EB;
}
</style>
background-color css
<style>
a { background-color: #D046EB; }
a { background-color: rgb(208,70,235); }
div.DivClassName
{
background-color: #D046EB;
}
.BgClassName
{
background-color: #D046EB;
}
</style>
border-color css
<style>
span { border-color: #D046EB; }
span { border-color: rgb(208,70,235); }
td.TdClassName
{
border-color: #D046EB;
}
.TagClassName
{
border-color: #D046EB;
}
</style>