Shades of Medium Orchid #D056DF
Tints of Medium Orchid #D056DF
RGB
CMYK
RGB Variations
Color information
#D056DF (or 0xD056DF) is known color: Medium Orchid. HEX triplet: D0, 56 and DF. RGB value is (208,86,223). Sum of RGB (Red+Green+Blue) = 208+86+223=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 86 (33.98% from 255 or 16.63% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #D056DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D056DF is #2FA920. Grayscale: #898989. Windows color (decimal): -3123489 or 14636752. OLE color: 14636752.
HSL color Cylindrical-coordinate representation of color #D056DF: hue angle of 293.43º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D056DF is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 86 | 223 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.13 |
| HSL | 293.43º | 0.68% | 0.61% | - |
| HSV(B) | 293.43º | 0.61% | 0.87% | - |
| XYZ | 42.66 | 25.39 | 72.47 | - |
| YUV | 138.1 | 175.92 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 86 | 223 | 0.07 | 0.61 | 0 | 0.13 | 293.43 | 0.68 | 0.61 |
| Hex | D0 | 56 | DF | 7 | 3D | 0 | D | 125 | 44 | 3D |
| Octal | 320 | 126 | 337 | 7 | 75 | 0 | 15 | 445 | 104 | 75 |
| Binary | 11010000 | 1010110 | 11011111 | 111 | 111101 | 0 | 1101 | 100100101 | 1000100 | 111101 |
Color Harmonies of #D056DF
Complementary color
Monochromatic Colors of #D056DF
Black with #D056DF
Text Example
Text Example
White with #D056DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D056DF; }
p { color: rgb(208,86,223); }
H1.HeaderClassName
{
color: #D056DF;
}
.AnyTagClassName
{
color: #D056DF;
}
</style>
background-color css
<style>
a { background-color: #D056DF; }
a { background-color: rgb(208,86,223); }
div.DivClassName
{
background-color: #D056DF;
}
.BgClassName
{
background-color: #D056DF;
}
</style>
border-color css
<style>
span { border-color: #D056DF; }
span { border-color: rgb(208,86,223); }
td.TdClassName
{
border-color: #D056DF;
}
.TagClassName
{
border-color: #D056DF;
}
</style>