Shades of Medium Orchid #D046DD
Tints of Medium Orchid #D046DD
RGB
CMYK
RGB Variations
Color information
#D046DD (or 0xD046DD) is known color: Medium Orchid. HEX triplet: D0, 46 and DD. RGB value is (208,70,221). Sum of RGB (Red+Green+Blue) = 208+70+221=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 70 (27.73% from 255 or 14.03% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #D046DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D046DD is #2FB922. Grayscale: #808080. Windows color (decimal): -3127587 or 14501584. OLE color: 14501584.
HSL color Cylindrical-coordinate representation of color #D046DD: hue angle of 294.83º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D046DD is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 70 | 221 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.13 |
| HSL | 294.83º | 0.69% | 0.57% | - |
| HSV(B) | 294.83º | 0.68% | 0.87% | - |
| XYZ | 41.25 | 23.01 | 70.67 | - |
| YUV | 128.48 | 180.22 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 70 | 221 | 0.06 | 0.68 | 0 | 0.13 | 294.83 | 0.69 | 0.57 |
| Hex | D0 | 46 | DD | 6 | 44 | 0 | D | 127 | 45 | 39 |
| Octal | 320 | 106 | 335 | 6 | 104 | 0 | 15 | 447 | 105 | 71 |
| Binary | 11010000 | 1000110 | 11011101 | 110 | 1000100 | 0 | 1101 | 100100111 | 1000101 | 111001 |
Color Harmonies of #D046DD
Complementary color
Monochromatic Colors of #D046DD
Black with #D046DD
Text Example
Text Example
White with #D046DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D046DD; }
p { color: rgb(208,70,221); }
H1.HeaderClassName
{
color: #D046DD;
}
.AnyTagClassName
{
color: #D046DD;
}
</style>
background-color css
<style>
a { background-color: #D046DD; }
a { background-color: rgb(208,70,221); }
div.DivClassName
{
background-color: #D046DD;
}
.BgClassName
{
background-color: #D046DD;
}
</style>
border-color css
<style>
span { border-color: #D046DD; }
span { border-color: rgb(208,70,221); }
td.TdClassName
{
border-color: #D046DD;
}
.TagClassName
{
border-color: #D046DD;
}
</style>