Shades of Medium Orchid #D057DF
Tints of Medium Orchid #D057DF
RGB
CMYK
RGB Variations
Color information
#D057DF (or 0xD057DF) is known color: Medium Orchid. HEX triplet: D0, 57 and DF. RGB value is (208,87,223). Sum of RGB (Red+Green+Blue) = 208+87+223=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 87 (34.38% from 255 or 16.80% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #D057DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D057DF is #2FA820. Grayscale: #8A8A8A. Windows color (decimal): -3123233 or 14637008. OLE color: 14637008.
HSL color Cylindrical-coordinate representation of color #D057DF: hue angle of 293.38º 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 #D057DF is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 87 | 223 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.13 |
| HSL | 293.38º | 0.68% | 0.61% | - |
| HSV(B) | 293.38º | 0.61% | 0.87% | - |
| XYZ | 42.74 | 25.55 | 72.49 | - |
| YUV | 138.68 | 175.59 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 87 | 223 | 0.07 | 0.61 | 0 | 0.13 | 293.38 | 0.68 | 0.61 |
| Hex | D0 | 57 | DF | 7 | 3D | 0 | D | 125 | 44 | 3D |
| Octal | 320 | 127 | 337 | 7 | 75 | 0 | 15 | 445 | 104 | 75 |
| Binary | 11010000 | 1010111 | 11011111 | 111 | 111101 | 0 | 1101 | 100100101 | 1000100 | 111101 |
Color Harmonies of #D057DF
Complementary color
Monochromatic Colors of #D057DF
Black with #D057DF
Text Example
Text Example
White with #D057DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D057DF; }
p { color: rgb(208,87,223); }
H1.HeaderClassName
{
color: #D057DF;
}
.AnyTagClassName
{
color: #D057DF;
}
</style>
background-color css
<style>
a { background-color: #D057DF; }
a { background-color: rgb(208,87,223); }
div.DivClassName
{
background-color: #D057DF;
}
.BgClassName
{
background-color: #D057DF;
}
</style>
border-color css
<style>
span { border-color: #D057DF; }
span { border-color: rgb(208,87,223); }
td.TdClassName
{
border-color: #D057DF;
}
.TagClassName
{
border-color: #D057DF;
}
</style>