Shades of Medium Orchid #D046E1
Tints of Medium Orchid #D046E1
RGB
CMYK
RGB Variations
Color information
#D046E1 (or 0xD046E1) is known color: Medium Orchid. HEX triplet: D0, 46 and E1. RGB value is (208,70,225). Sum of RGB (Red+Green+Blue) = 208+70+225=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 70 (27.73% from 255 or 13.92% from 503); Blue value is 225 (88.28% from 255 or 44.73% from 503); Max value from RGB is 225 - color contains mainly: blue. Hex color #D046E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D046E1 is #2FB91E. Grayscale: #808080. Windows color (decimal): -3127583 or 14763728. OLE color: 14763728.
HSL color Cylindrical-coordinate representation of color #D046E1: hue angle of 293.42º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D046E1 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 70 | 225 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.12 |
| HSL | 293.42º | 0.72% | 0.58% | - |
| HSV(B) | 293.42º | 0.69% | 0.88% | - |
| XYZ | 41.79 | 23.23 | 73.51 | - |
| YUV | 128.93 | 182.22 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 70 | 225 | 0.08 | 0.69 | 0 | 0.12 | 293.42 | 0.72 | 0.58 |
| Hex | D0 | 46 | E1 | 8 | 45 | 0 | C | 125 | 48 | 3A |
| Octal | 320 | 106 | 341 | 10 | 105 | 0 | 14 | 445 | 110 | 72 |
| Binary | 11010000 | 1000110 | 11100001 | 1000 | 1000101 | 0 | 1100 | 100100101 | 1001000 | 111010 |
Color Harmonies of #D046E1
Complementary color
Monochromatic Colors of #D046E1
Black with #D046E1
Text Example
Text Example
White with #D046E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D046E1; }
p { color: rgb(208,70,225); }
H1.HeaderClassName
{
color: #D046E1;
}
.AnyTagClassName
{
color: #D046E1;
}
</style>
background-color css
<style>
a { background-color: #D046E1; }
a { background-color: rgb(208,70,225); }
div.DivClassName
{
background-color: #D046E1;
}
.BgClassName
{
background-color: #D046E1;
}
</style>
border-color css
<style>
span { border-color: #D046E1; }
span { border-color: rgb(208,70,225); }
td.TdClassName
{
border-color: #D046E1;
}
.TagClassName
{
border-color: #D046E1;
}
</style>