Shades of Medium Orchid #D046DA
Tints of Medium Orchid #D046DA
RGB
CMYK
RGB Variations
Color information
#D046DA (or 0xD046DA) is known color: Medium Orchid. HEX triplet: D0, 46 and DA. RGB value is (208,70,218). Sum of RGB (Red+Green+Blue) = 208+70+218=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 70 (27.73% from 255 or 14.11% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #D046DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D046DA is #2FB925. Grayscale: #7F7F7F. Windows color (decimal): -3127590 or 14304976. OLE color: 14304976.
HSL color Cylindrical-coordinate representation of color #D046DA: hue angle of 295.95º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D046DA is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 70 | 218 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.15 |
| HSL | 295.95º | 0.67% | 0.56% | - |
| HSV(B) | 295.95º | 0.68% | 0.85% | - |
| XYZ | 40.86 | 22.85 | 68.59 | - |
| YUV | 128.13 | 178.72 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 70 | 218 | 0.05 | 0.68 | 0 | 0.15 | 295.95 | 0.67 | 0.56 |
| Hex | D0 | 46 | DA | 5 | 44 | 0 | F | 128 | 43 | 38 |
| Octal | 320 | 106 | 332 | 5 | 104 | 0 | 17 | 450 | 103 | 70 |
| Binary | 11010000 | 1000110 | 11011010 | 101 | 1000100 | 0 | 1111 | 100101000 | 1000011 | 111000 |
Color Harmonies of #D046DA
Complementary color
Monochromatic Colors of #D046DA
Black with #D046DA
Text Example
Text Example
White with #D046DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D046DA; }
p { color: rgb(208,70,218); }
H1.HeaderClassName
{
color: #D046DA;
}
.AnyTagClassName
{
color: #D046DA;
}
</style>
background-color css
<style>
a { background-color: #D046DA; }
a { background-color: rgb(208,70,218); }
div.DivClassName
{
background-color: #D046DA;
}
.BgClassName
{
background-color: #D046DA;
}
</style>
border-color css
<style>
span { border-color: #D046DA; }
span { border-color: rgb(208,70,218); }
td.TdClassName
{
border-color: #D046DA;
}
.TagClassName
{
border-color: #D046DA;
}
</style>