Shades of Medium Orchid #D140E4
Tints of Medium Orchid #D140E4
RGB
CMYK
RGB Variations
Color information
#D140E4 (or 0xD140E4) is known color: Medium Orchid. HEX triplet: D1, 40 and E4. RGB value is (209,64,228). Sum of RGB (Red+Green+Blue) = 209+64+228=501 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.72% from 501); Green value is 64 (25.39% from 255 or 12.77% from 501); Blue value is 228 (89.45% from 255 or 45.51% from 501); Max value from RGB is 228 - color contains mainly: blue. Hex color #D140E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D140E4 is #2EBF1B. Grayscale: #7D7D7D. Windows color (decimal): -3063580 or 14958801. OLE color: 14958801.
HSL color Cylindrical-coordinate representation of color #D140E4: hue angle of 293.05º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D140E4 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 64 | 228 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.11 |
| HSL | 293.05º | 0.75% | 0.57% | - |
| HSV(B) | 293.05º | 0.72% | 0.89% | - |
| XYZ | 42.13 | 22.82 | 75.58 | - |
| YUV | 126.05 | 185.54 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 228 | 0.08 | 0.72 | 0 | 0.11 | 293.05 | 0.75 | 0.57 |
| Hex | D1 | 40 | E4 | 8 | 48 | 0 | B | 125 | 4B | 39 |
| Octal | 321 | 100 | 344 | 10 | 110 | 0 | 13 | 445 | 113 | 71 |
| Binary | 11010001 | 1000000 | 11100100 | 1000 | 1001000 | 0 | 1011 | 100100101 | 1001011 | 111001 |
Color Harmonies of #D140E4
Complementary color
Monochromatic Colors of #D140E4
Black with #D140E4
Text Example
Text Example
White with #D140E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D140E4; }
p { color: rgb(209,64,228); }
H1.HeaderClassName
{
color: #D140E4;
}
.AnyTagClassName
{
color: #D140E4;
}
</style>
background-color css
<style>
a { background-color: #D140E4; }
a { background-color: rgb(209,64,228); }
div.DivClassName
{
background-color: #D140E4;
}
.BgClassName
{
background-color: #D140E4;
}
</style>
border-color css
<style>
span { border-color: #D140E4; }
span { border-color: rgb(209,64,228); }
td.TdClassName
{
border-color: #D140E4;
}
.TagClassName
{
border-color: #D140E4;
}
</style>