Shades of Medium Orchid #D034DC
Tints of Medium Orchid #D034DC
RGB
CMYK
RGB Variations
Color information
#D034DC (or 0xD034DC) is known color: Medium Orchid. HEX triplet: D0, 34 and DC. RGB value is (208,52,220). Sum of RGB (Red+Green+Blue) = 208+52+220=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 52 (20.70% from 255 or 10.83% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #D034DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D034DC is #2FCB23. Grayscale: #757575. Windows color (decimal): -3132196 or 14431440. OLE color: 14431440.
HSL color Cylindrical-coordinate representation of color #D034DC: hue angle of 295.71º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D034DC is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 52 | 220 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.14 |
| HSL | 295.71º | 0.71% | 0.53% | - |
| HSV(B) | 295.71º | 0.76% | 0.86% | - |
| XYZ | 40.16 | 21.03 | 69.65 | - |
| YUV | 117.8 | 185.68 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 220 | 0.05 | 0.76 | 0 | 0.14 | 295.71 | 0.71 | 0.53 |
| Hex | D0 | 34 | DC | 5 | 4C | 0 | E | 128 | 47 | 35 |
| Octal | 320 | 64 | 334 | 5 | 114 | 0 | 16 | 450 | 107 | 65 |
| Binary | 11010000 | 110100 | 11011100 | 101 | 1001100 | 0 | 1110 | 100101000 | 1000111 | 110101 |
Color Harmonies of #D034DC
Complementary color
Monochromatic Colors of #D034DC
Black with #D034DC
Text Example
Text Example
White with #D034DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D034DC; }
p { color: rgb(208,52,220); }
H1.HeaderClassName
{
color: #D034DC;
}
.AnyTagClassName
{
color: #D034DC;
}
</style>
background-color css
<style>
a { background-color: #D034DC; }
a { background-color: rgb(208,52,220); }
div.DivClassName
{
background-color: #D034DC;
}
.BgClassName
{
background-color: #D034DC;
}
</style>
border-color css
<style>
span { border-color: #D034DC; }
span { border-color: rgb(208,52,220); }
td.TdClassName
{
border-color: #D034DC;
}
.TagClassName
{
border-color: #D034DC;
}
</style>