Shades of Medium Orchid #D051DC
Tints of Medium Orchid #D051DC
RGB
CMYK
RGB Variations
Color information
#D051DC (or 0xD051DC) is known color: Medium Orchid. HEX triplet: D0, 51 and DC. RGB value is (208,81,220). Sum of RGB (Red+Green+Blue) = 208+81+220=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 81 (32.03% from 255 or 15.91% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #D051DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D051DC is #2FAE23. Grayscale: #868686. Windows color (decimal): -3124772 or 14438864. OLE color: 14438864.
HSL color Cylindrical-coordinate representation of color #D051DC: hue angle of 294.82º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D051DC is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 81 | 220 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.14 |
| HSL | 294.82º | 0.67% | 0.59% | - |
| HSV(B) | 294.82º | 0.63% | 0.86% | - |
| XYZ | 41.87 | 24.46 | 70.22 | - |
| YUV | 134.82 | 176.08 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 81 | 220 | 0.05 | 0.63 | 0 | 0.14 | 294.82 | 0.67 | 0.59 |
| Hex | D0 | 51 | DC | 5 | 3F | 0 | E | 127 | 43 | 3B |
| Octal | 320 | 121 | 334 | 5 | 77 | 0 | 16 | 447 | 103 | 73 |
| Binary | 11010000 | 1010001 | 11011100 | 101 | 111111 | 0 | 1110 | 100100111 | 1000011 | 111011 |
Color Harmonies of #D051DC
Complementary color
Monochromatic Colors of #D051DC
Black with #D051DC
Text Example
Text Example
White with #D051DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D051DC; }
p { color: rgb(208,81,220); }
H1.HeaderClassName
{
color: #D051DC;
}
.AnyTagClassName
{
color: #D051DC;
}
</style>
background-color css
<style>
a { background-color: #D051DC; }
a { background-color: rgb(208,81,220); }
div.DivClassName
{
background-color: #D051DC;
}
.BgClassName
{
background-color: #D051DC;
}
</style>
border-color css
<style>
span { border-color: #D051DC; }
span { border-color: rgb(208,81,220); }
td.TdClassName
{
border-color: #D051DC;
}
.TagClassName
{
border-color: #D051DC;
}
</style>