Shades of Medium Orchid #D040DF
Tints of Medium Orchid #D040DF
RGB
CMYK
RGB Variations
Color information
#D040DF (or 0xD040DF) is known color: Medium Orchid. HEX triplet: D0, 40 and DF. RGB value is (208,64,223). Sum of RGB (Red+Green+Blue) = 208+64+223=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 64 (25.39% from 255 or 12.93% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #D040DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D040DF is #2FBF20. Grayscale: #7C7C7C. Windows color (decimal): -3129121 or 14631120. OLE color: 14631120.
HSL color Cylindrical-coordinate representation of color #D040DF: hue angle of 294.34º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D040DF is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 64 | 223 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.13 |
| HSL | 294.34º | 0.71% | 0.56% | - |
| HSV(B) | 294.34º | 0.71% | 0.87% | - |
| XYZ | 41.17 | 22.4 | 71.97 | - |
| YUV | 125.18 | 183.21 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 223 | 0.07 | 0.71 | 0 | 0.13 | 294.34 | 0.71 | 0.56 |
| Hex | D0 | 40 | DF | 7 | 47 | 0 | D | 126 | 47 | 38 |
| Octal | 320 | 100 | 337 | 7 | 107 | 0 | 15 | 446 | 107 | 70 |
| Binary | 11010000 | 1000000 | 11011111 | 111 | 1000111 | 0 | 1101 | 100100110 | 1000111 | 111000 |
Color Harmonies of #D040DF
Complementary color
Monochromatic Colors of #D040DF
Black with #D040DF
Text Example
Text Example
White with #D040DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D040DF; }
p { color: rgb(208,64,223); }
H1.HeaderClassName
{
color: #D040DF;
}
.AnyTagClassName
{
color: #D040DF;
}
</style>
background-color css
<style>
a { background-color: #D040DF; }
a { background-color: rgb(208,64,223); }
div.DivClassName
{
background-color: #D040DF;
}
.BgClassName
{
background-color: #D040DF;
}
</style>
border-color css
<style>
span { border-color: #D040DF; }
span { border-color: rgb(208,64,223); }
td.TdClassName
{
border-color: #D040DF;
}
.TagClassName
{
border-color: #D040DF;
}
</style>