Shades of Medium Orchid #D046DF
Tints of Medium Orchid #D046DF
RGB
CMYK
RGB Variations
Color information
#D046DF (or 0xD046DF) is known color: Medium Orchid. HEX triplet: D0, 46 and DF. RGB value is (208,70,223). Sum of RGB (Red+Green+Blue) = 208+70+223=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 70 (27.73% from 255 or 13.97% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #D046DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D046DF is #2FB920. Grayscale: #808080. Windows color (decimal): -3127585 or 14632656. OLE color: 14632656.
HSL color Cylindrical-coordinate representation of color #D046DF: hue angle of 294.12º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D046DF is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 70 | 223 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.13 |
| HSL | 294.12º | 0.71% | 0.57% | - |
| HSV(B) | 294.12º | 0.69% | 0.87% | - |
| XYZ | 41.52 | 23.12 | 72.09 | - |
| YUV | 128.7 | 181.22 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 70 | 223 | 0.07 | 0.69 | 0 | 0.13 | 294.12 | 0.71 | 0.57 |
| Hex | D0 | 46 | DF | 7 | 45 | 0 | D | 126 | 47 | 39 |
| Octal | 320 | 106 | 337 | 7 | 105 | 0 | 15 | 446 | 107 | 71 |
| Binary | 11010000 | 1000110 | 11011111 | 111 | 1000101 | 0 | 1101 | 100100110 | 1000111 | 111001 |
Color Harmonies of #D046DF
Complementary color
Monochromatic Colors of #D046DF
Black with #D046DF
Text Example
Text Example
White with #D046DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D046DF; }
p { color: rgb(208,70,223); }
H1.HeaderClassName
{
color: #D046DF;
}
.AnyTagClassName
{
color: #D046DF;
}
</style>
background-color css
<style>
a { background-color: #D046DF; }
a { background-color: rgb(208,70,223); }
div.DivClassName
{
background-color: #D046DF;
}
.BgClassName
{
background-color: #D046DF;
}
</style>
border-color css
<style>
span { border-color: #D046DF; }
span { border-color: rgb(208,70,223); }
td.TdClassName
{
border-color: #D046DF;
}
.TagClassName
{
border-color: #D046DF;
}
</style>