Shades of Medium Orchid #D048DC
Tints of Medium Orchid #D048DC
RGB
CMYK
RGB Variations
Color information
#D048DC (or 0xD048DC) is known color: Medium Orchid. HEX triplet: D0, 48 and DC. RGB value is (208,72,220). Sum of RGB (Red+Green+Blue) = 208+72+220=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 72 (28.52% from 255 or 14.4% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #D048DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D048DC is #2FB723. Grayscale: #818181. Windows color (decimal): -3127076 or 14436560. OLE color: 14436560.
HSL color Cylindrical-coordinate representation of color #D048DC: hue angle of 295.14º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D048DC is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 72 | 220 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.14 |
| HSL | 295.14º | 0.68% | 0.57% | - |
| HSV(B) | 295.14º | 0.67% | 0.86% | - |
| XYZ | 41.25 | 23.21 | 70.02 | - |
| YUV | 129.54 | 179.06 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 72 | 220 | 0.05 | 0.67 | 0 | 0.14 | 295.14 | 0.68 | 0.57 |
| Hex | D0 | 48 | DC | 5 | 43 | 0 | E | 127 | 44 | 39 |
| Octal | 320 | 110 | 334 | 5 | 103 | 0 | 16 | 447 | 104 | 71 |
| Binary | 11010000 | 1001000 | 11011100 | 101 | 1000011 | 0 | 1110 | 100100111 | 1000100 | 111001 |
Color Harmonies of #D048DC
Complementary color
Monochromatic Colors of #D048DC
Black with #D048DC
Text Example
Text Example
White with #D048DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D048DC; }
p { color: rgb(208,72,220); }
H1.HeaderClassName
{
color: #D048DC;
}
.AnyTagClassName
{
color: #D048DC;
}
</style>
background-color css
<style>
a { background-color: #D048DC; }
a { background-color: rgb(208,72,220); }
div.DivClassName
{
background-color: #D048DC;
}
.BgClassName
{
background-color: #D048DC;
}
</style>
border-color css
<style>
span { border-color: #D048DC; }
span { border-color: rgb(208,72,220); }
td.TdClassName
{
border-color: #D048DC;
}
.TagClassName
{
border-color: #D048DC;
}
</style>