Shades of Medium Orchid #D048DF
Tints of Medium Orchid #D048DF
RGB
CMYK
RGB Variations
Color information
#D048DF (or 0xD048DF) is known color: Medium Orchid. HEX triplet: D0, 48 and DF. RGB value is (208,72,223). Sum of RGB (Red+Green+Blue) = 208+72+223=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 72 (28.52% from 255 or 14.31% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #D048DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D048DF is #2FB720. Grayscale: #818181. Windows color (decimal): -3127073 or 14633168. OLE color: 14633168.
HSL color Cylindrical-coordinate representation of color #D048DF: hue angle of 294.04º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D048DF is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 72 | 223 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.13 |
| HSL | 294.04º | 0.7% | 0.58% | - |
| HSV(B) | 294.04º | 0.68% | 0.87% | - |
| XYZ | 41.65 | 23.37 | 72.13 | - |
| YUV | 129.88 | 180.56 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 72 | 223 | 0.07 | 0.68 | 0 | 0.13 | 294.04 | 0.7 | 0.58 |
| Hex | D0 | 48 | DF | 7 | 44 | 0 | D | 126 | 46 | 3A |
| Octal | 320 | 110 | 337 | 7 | 104 | 0 | 15 | 446 | 106 | 72 |
| Binary | 11010000 | 1001000 | 11011111 | 111 | 1000100 | 0 | 1101 | 100100110 | 1000110 | 111010 |
Color Harmonies of #D048DF
Complementary color
Monochromatic Colors of #D048DF
Black with #D048DF
Text Example
Text Example
White with #D048DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D048DF; }
p { color: rgb(208,72,223); }
H1.HeaderClassName
{
color: #D048DF;
}
.AnyTagClassName
{
color: #D048DF;
}
</style>
background-color css
<style>
a { background-color: #D048DF; }
a { background-color: rgb(208,72,223); }
div.DivClassName
{
background-color: #D048DF;
}
.BgClassName
{
background-color: #D048DF;
}
</style>
border-color css
<style>
span { border-color: #D048DF; }
span { border-color: rgb(208,72,223); }
td.TdClassName
{
border-color: #D048DF;
}
.TagClassName
{
border-color: #D048DF;
}
</style>