Shades of Medium Orchid #D046DB
Tints of Medium Orchid #D046DB
RGB
CMYK
RGB Variations
Color information
#D046DB (or 0xD046DB) is known color: Medium Orchid. HEX triplet: D0, 46 and DB. RGB value is (208,70,219). Sum of RGB (Red+Green+Blue) = 208+70+219=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 70 (27.73% from 255 or 14.08% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #D046DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D046DB is #2FB924. Grayscale: #7F7F7F. Windows color (decimal): -3127589 or 14370512. OLE color: 14370512.
HSL color Cylindrical-coordinate representation of color #D046DB: hue angle of 295.57º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D046DB is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 70 | 219 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.14 |
| HSL | 295.57º | 0.67% | 0.57% | - |
| HSV(B) | 295.57º | 0.68% | 0.86% | - |
| XYZ | 40.99 | 22.9 | 69.28 | - |
| YUV | 128.25 | 179.22 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 70 | 219 | 0.05 | 0.68 | 0 | 0.14 | 295.57 | 0.67 | 0.57 |
| Hex | D0 | 46 | DB | 5 | 44 | 0 | E | 128 | 43 | 39 |
| Octal | 320 | 106 | 333 | 5 | 104 | 0 | 16 | 450 | 103 | 71 |
| Binary | 11010000 | 1000110 | 11011011 | 101 | 1000100 | 0 | 1110 | 100101000 | 1000011 | 111001 |
Color Harmonies of #D046DB
Complementary color
Monochromatic Colors of #D046DB
Black with #D046DB
Text Example
Text Example
White with #D046DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D046DB; }
p { color: rgb(208,70,219); }
H1.HeaderClassName
{
color: #D046DB;
}
.AnyTagClassName
{
color: #D046DB;
}
</style>
background-color css
<style>
a { background-color: #D046DB; }
a { background-color: rgb(208,70,219); }
div.DivClassName
{
background-color: #D046DB;
}
.BgClassName
{
background-color: #D046DB;
}
</style>
border-color css
<style>
span { border-color: #D046DB; }
span { border-color: rgb(208,70,219); }
td.TdClassName
{
border-color: #D046DB;
}
.TagClassName
{
border-color: #D046DB;
}
</style>