Shades of Medium Orchid #D140DF
Tints of Medium Orchid #D140DF
RGB
CMYK
RGB Variations
Color information
#D140DF (or 0xD140DF) is known color: Medium Orchid. HEX triplet: D1, 40 and DF. RGB value is (209,64,223). Sum of RGB (Red+Green+Blue) = 209+64+223=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 64 (25.39% from 255 or 12.90% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #D140DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D140DF is #2EBF20. Grayscale: #7C7C7C. Windows color (decimal): -3063585 or 14631121. OLE color: 14631121.
HSL color Cylindrical-coordinate representation of color #D140DF: hue angle of 294.72º 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 #D140DF is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 64 | 223 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.13 |
| HSL | 294.72º | 0.71% | 0.56% | - |
| HSV(B) | 294.72º | 0.71% | 0.87% | - |
| XYZ | 41.45 | 22.55 | 71.98 | - |
| YUV | 125.48 | 183.04 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 223 | 0.06 | 0.71 | 0 | 0.13 | 294.72 | 0.71 | 0.56 |
| Hex | D1 | 40 | DF | 6 | 47 | 0 | D | 127 | 47 | 38 |
| Octal | 321 | 100 | 337 | 6 | 107 | 0 | 15 | 447 | 107 | 70 |
| Binary | 11010001 | 1000000 | 11011111 | 110 | 1000111 | 0 | 1101 | 100100111 | 1000111 | 111000 |
Color Harmonies of #D140DF
Complementary color
Monochromatic Colors of #D140DF
Black with #D140DF
Text Example
Text Example
White with #D140DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D140DF; }
p { color: rgb(209,64,223); }
H1.HeaderClassName
{
color: #D140DF;
}
.AnyTagClassName
{
color: #D140DF;
}
</style>
background-color css
<style>
a { background-color: #D140DF; }
a { background-color: rgb(209,64,223); }
div.DivClassName
{
background-color: #D140DF;
}
.BgClassName
{
background-color: #D140DF;
}
</style>
border-color css
<style>
span { border-color: #D140DF; }
span { border-color: rgb(209,64,223); }
td.TdClassName
{
border-color: #D140DF;
}
.TagClassName
{
border-color: #D140DF;
}
</style>