Shades of Medium Orchid #D051DF
Tints of Medium Orchid #D051DF
RGB
CMYK
RGB Variations
Color information
#D051DF (or 0xD051DF) is known color: Medium Orchid. HEX triplet: D0, 51 and DF. RGB value is (208,81,223). Sum of RGB (Red+Green+Blue) = 208+81+223=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 81 (32.03% from 255 or 15.82% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #D051DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D051DF is #2FAE20. Grayscale: #868686. Windows color (decimal): -3124769 or 14635472. OLE color: 14635472.
HSL color Cylindrical-coordinate representation of color #D051DF: hue angle of 293.66º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D051DF is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 81 | 223 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.13 |
| HSL | 293.66º | 0.69% | 0.6% | - |
| HSV(B) | 293.66º | 0.64% | 0.87% | - |
| XYZ | 42.27 | 24.62 | 72.34 | - |
| YUV | 135.16 | 177.58 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 81 | 223 | 0.07 | 0.64 | 0 | 0.13 | 293.66 | 0.69 | 0.6 |
| Hex | D0 | 51 | DF | 7 | 40 | 0 | D | 126 | 45 | 3C |
| Octal | 320 | 121 | 337 | 7 | 100 | 0 | 15 | 446 | 105 | 74 |
| Binary | 11010000 | 1010001 | 11011111 | 111 | 1000000 | 0 | 1101 | 100100110 | 1000101 | 111100 |
Color Harmonies of #D051DF
Complementary color
Monochromatic Colors of #D051DF
Black with #D051DF
Text Example
Text Example
White with #D051DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D051DF; }
p { color: rgb(208,81,223); }
H1.HeaderClassName
{
color: #D051DF;
}
.AnyTagClassName
{
color: #D051DF;
}
</style>
background-color css
<style>
a { background-color: #D051DF; }
a { background-color: rgb(208,81,223); }
div.DivClassName
{
background-color: #D051DF;
}
.BgClassName
{
background-color: #D051DF;
}
</style>
border-color css
<style>
span { border-color: #D051DF; }
span { border-color: rgb(208,81,223); }
td.TdClassName
{
border-color: #D051DF;
}
.TagClassName
{
border-color: #D051DF;
}
</style>