Shades of Medium Orchid #D050DC
Tints of Medium Orchid #D050DC
RGB
CMYK
RGB Variations
Color information
#D050DC (or 0xD050DC) is known color: Medium Orchid. HEX triplet: D0, 50 and DC. RGB value is (208,80,220). Sum of RGB (Red+Green+Blue) = 208+80+220=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 80 (31.64% from 255 or 15.75% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #D050DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D050DC is #2FAF23. Grayscale: #858585. Windows color (decimal): -3125028 or 14438608. OLE color: 14438608.
HSL color Cylindrical-coordinate representation of color #D050DC: hue angle of 294.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D050DC is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 80 | 220 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.14 |
| HSL | 294.86º | 0.67% | 0.59% | - |
| HSV(B) | 294.86º | 0.64% | 0.86% | - |
| XYZ | 41.8 | 24.31 | 70.2 | - |
| YUV | 134.23 | 176.41 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 80 | 220 | 0.05 | 0.64 | 0 | 0.14 | 294.86 | 0.67 | 0.59 |
| Hex | D0 | 50 | DC | 5 | 40 | 0 | E | 127 | 43 | 3B |
| Octal | 320 | 120 | 334 | 5 | 100 | 0 | 16 | 447 | 103 | 73 |
| Binary | 11010000 | 1010000 | 11011100 | 101 | 1000000 | 0 | 1110 | 100100111 | 1000011 | 111011 |
Color Harmonies of #D050DC
Complementary color
Monochromatic Colors of #D050DC
Black with #D050DC
Text Example
Text Example
White with #D050DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D050DC; }
p { color: rgb(208,80,220); }
H1.HeaderClassName
{
color: #D050DC;
}
.AnyTagClassName
{
color: #D050DC;
}
</style>
background-color css
<style>
a { background-color: #D050DC; }
a { background-color: rgb(208,80,220); }
div.DivClassName
{
background-color: #D050DC;
}
.BgClassName
{
background-color: #D050DC;
}
</style>
border-color css
<style>
span { border-color: #D050DC; }
span { border-color: rgb(208,80,220); }
td.TdClassName
{
border-color: #D050DC;
}
.TagClassName
{
border-color: #D050DC;
}
</style>