Shades of Medium Orchid #D140EA
Tints of Medium Orchid #D140EA
RGB
CMYK
RGB Variations
Color information
#D140EA (or 0xD140EA) is known color: Medium Orchid. HEX triplet: D1, 40 and EA. RGB value is (209,64,234). Sum of RGB (Red+Green+Blue) = 209+64+234=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 64 (25.39% from 255 or 12.62% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #D140EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D140EA is #2EBF15. Grayscale: #7E7E7E. Windows color (decimal): -3063574 or 15352017. OLE color: 15352017.
HSL color Cylindrical-coordinate representation of color #D140EA: hue angle of 291.18º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D140EA is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 64 | 234 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.08 |
| HSL | 291.18º | 0.8% | 0.58% | - |
| HSV(B) | 291.18º | 0.73% | 0.92% | - |
| XYZ | 42.98 | 23.16 | 80.05 | - |
| YUV | 126.74 | 188.54 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 234 | 0.11 | 0.73 | 0 | 0.08 | 291.18 | 0.8 | 0.58 |
| Hex | D1 | 40 | EA | B | 49 | 0 | 8 | 123 | 50 | 3A |
| Octal | 321 | 100 | 352 | 13 | 111 | 0 | 10 | 443 | 120 | 72 |
| Binary | 11010001 | 1000000 | 11101010 | 1011 | 1001001 | 0 | 1000 | 100100011 | 1010000 | 111010 |
Color Harmonies of #D140EA
Complementary color
Monochromatic Colors of #D140EA
Black with #D140EA
Text Example
Text Example
White with #D140EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D140EA; }
p { color: rgb(209,64,234); }
H1.HeaderClassName
{
color: #D140EA;
}
.AnyTagClassName
{
color: #D140EA;
}
</style>
background-color css
<style>
a { background-color: #D140EA; }
a { background-color: rgb(209,64,234); }
div.DivClassName
{
background-color: #D140EA;
}
.BgClassName
{
background-color: #D140EA;
}
</style>
border-color css
<style>
span { border-color: #D140EA; }
span { border-color: rgb(209,64,234); }
td.TdClassName
{
border-color: #D140EA;
}
.TagClassName
{
border-color: #D140EA;
}
</style>