Shades of Medium Orchid #D140DC
Tints of Medium Orchid #D140DC
RGB
CMYK
RGB Variations
Color information
#D140DC (or 0xD140DC) is known color: Medium Orchid. HEX triplet: D1, 40 and DC. RGB value is (209,64,220). Sum of RGB (Red+Green+Blue) = 209+64+220=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 64 (25.39% from 255 or 12.98% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #D140DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D140DC is #2EBF23. Grayscale: #7C7C7C. Windows color (decimal): -3063588 or 14434513. OLE color: 14434513.
HSL color Cylindrical-coordinate representation of color #D140DC: hue angle of 295.77º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D140DC is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 64 | 220 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.14 |
| HSL | 295.77º | 0.69% | 0.56% | - |
| HSV(B) | 295.77º | 0.71% | 0.86% | - |
| XYZ | 41.05 | 22.39 | 69.87 | - |
| YUV | 125.14 | 181.54 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 220 | 0.05 | 0.71 | 0 | 0.14 | 295.77 | 0.69 | 0.56 |
| Hex | D1 | 40 | DC | 5 | 47 | 0 | E | 128 | 45 | 38 |
| Octal | 321 | 100 | 334 | 5 | 107 | 0 | 16 | 450 | 105 | 70 |
| Binary | 11010001 | 1000000 | 11011100 | 101 | 1000111 | 0 | 1110 | 100101000 | 1000101 | 111000 |
Color Harmonies of #D140DC
Complementary color
Monochromatic Colors of #D140DC
Black with #D140DC
Text Example
Text Example
White with #D140DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D140DC; }
p { color: rgb(209,64,220); }
H1.HeaderClassName
{
color: #D140DC;
}
.AnyTagClassName
{
color: #D140DC;
}
</style>
background-color css
<style>
a { background-color: #D140DC; }
a { background-color: rgb(209,64,220); }
div.DivClassName
{
background-color: #D140DC;
}
.BgClassName
{
background-color: #D140DC;
}
</style>
border-color css
<style>
span { border-color: #D140DC; }
span { border-color: rgb(209,64,220); }
td.TdClassName
{
border-color: #D140DC;
}
.TagClassName
{
border-color: #D140DC;
}
</style>