Shades of Medium Orchid #D140DA
Tints of Medium Orchid #D140DA
RGB
CMYK
RGB Variations
Color information
#D140DA (or 0xD140DA) is known color: Medium Orchid. HEX triplet: D1, 40 and DA. RGB value is (209,64,218). Sum of RGB (Red+Green+Blue) = 209+64+218=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 64 (25.39% from 255 or 13.03% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #D140DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D140DA is #2EBF25. Grayscale: #7C7C7C. Windows color (decimal): -3063590 or 14303441. OLE color: 14303441.
HSL color Cylindrical-coordinate representation of color #D140DA: hue angle of 296.49º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D140DA is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 64 | 218 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.15 |
| HSL | 296.49º | 0.68% | 0.55% | - |
| HSV(B) | 296.49º | 0.71% | 0.85% | - |
| XYZ | 40.78 | 22.28 | 68.48 | - |
| YUV | 124.91 | 180.54 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 218 | 0.04 | 0.71 | 0 | 0.15 | 296.49 | 0.68 | 0.55 |
| Hex | D1 | 40 | DA | 4 | 47 | 0 | F | 128 | 44 | 37 |
| Octal | 321 | 100 | 332 | 4 | 107 | 0 | 17 | 450 | 104 | 67 |
| Binary | 11010001 | 1000000 | 11011010 | 100 | 1000111 | 0 | 1111 | 100101000 | 1000100 | 110111 |
Color Harmonies of #D140DA
Complementary color
Monochromatic Colors of #D140DA
Black with #D140DA
Text Example
Text Example
White with #D140DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D140DA; }
p { color: rgb(209,64,218); }
H1.HeaderClassName
{
color: #D140DA;
}
.AnyTagClassName
{
color: #D140DA;
}
</style>
background-color css
<style>
a { background-color: #D140DA; }
a { background-color: rgb(209,64,218); }
div.DivClassName
{
background-color: #D140DA;
}
.BgClassName
{
background-color: #D140DA;
}
</style>
border-color css
<style>
span { border-color: #D140DA; }
span { border-color: rgb(209,64,218); }
td.TdClassName
{
border-color: #D140DA;
}
.TagClassName
{
border-color: #D140DA;
}
</style>