Shades of Medium Orchid #D140D8
Tints of Medium Orchid #D140D8
RGB
CMYK
RGB Variations
Color information
#D140D8 (or 0xD140D8) is known color: Medium Orchid. HEX triplet: D1, 40 and D8. RGB value is (209,64,216). Sum of RGB (Red+Green+Blue) = 209+64+216=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 64 (25.39% from 255 or 13.09% from 489); Blue value is 216 (84.77% from 255 or 44.17% from 489); Max value from RGB is 216 - color contains mainly: blue. Hex color #D140D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D140D8 is #2EBF27. Grayscale: #7C7C7C. Windows color (decimal): -3063592 or 14172369. OLE color: 14172369.
HSL color Cylindrical-coordinate representation of color #D140D8: hue angle of 297.24º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D140D8 is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 64 | 216 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.15 |
| HSL | 297.24º | 0.66% | 0.55% | - |
| HSV(B) | 297.24º | 0.7% | 0.85% | - |
| XYZ | 40.52 | 22.18 | 67.11 | - |
| YUV | 124.68 | 179.54 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 216 | 0.03 | 0.70 | 0 | 0.15 | 297.24 | 0.66 | 0.55 |
| Hex | D1 | 40 | D8 | 3 | 46 | 0 | F | 129 | 42 | 37 |
| Octal | 321 | 100 | 330 | 3 | 106 | 0 | 17 | 451 | 102 | 67 |
| Binary | 11010001 | 1000000 | 11011000 | 11 | 1000110 | 0 | 1111 | 100101001 | 1000010 | 110111 |
Color Harmonies of #D140D8
Complementary color
Monochromatic Colors of #D140D8
Black with #D140D8
Text Example
Text Example
White with #D140D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D140D8; }
p { color: rgb(209,64,216); }
H1.HeaderClassName
{
color: #D140D8;
}
.AnyTagClassName
{
color: #D140D8;
}
</style>
background-color css
<style>
a { background-color: #D140D8; }
a { background-color: rgb(209,64,216); }
div.DivClassName
{
background-color: #D140D8;
}
.BgClassName
{
background-color: #D140D8;
}
</style>
border-color css
<style>
span { border-color: #D140D8; }
span { border-color: rgb(209,64,216); }
td.TdClassName
{
border-color: #D140D8;
}
.TagClassName
{
border-color: #D140D8;
}
</style>