Shades of Medium Orchid #D130E1
Tints of Medium Orchid #D130E1
RGB
CMYK
RGB Variations
Color information
#D130E1 (or 0xD130E1) is known color: Medium Orchid. HEX triplet: D1, 30 and E1. RGB value is (209,48,225). Sum of RGB (Red+Green+Blue) = 209+48+225=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 48 (19.14% from 255 or 9.96% from 482); Blue value is 225 (88.28% from 255 or 46.68% from 482); Max value from RGB is 225 - color contains mainly: blue. Hex color #D130E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D130E1 is #2ECF1E. Grayscale: #737373. Windows color (decimal): -3067679 or 14758097. OLE color: 14758097.
HSL color Cylindrical-coordinate representation of color #D130E1: hue angle of 294.58º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D130E1 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 48 | 225 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.12 |
| HSL | 294.58º | 0.75% | 0.54% | - |
| HSV(B) | 294.58º | 0.79% | 0.88% | - |
| XYZ | 40.94 | 21.11 | 73.15 | - |
| YUV | 116.32 | 189.34 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 48 | 225 | 0.07 | 0.79 | 0 | 0.12 | 294.58 | 0.75 | 0.54 |
| Hex | D1 | 30 | E1 | 7 | 4F | 0 | C | 127 | 4B | 36 |
| Octal | 321 | 60 | 341 | 7 | 117 | 0 | 14 | 447 | 113 | 66 |
| Binary | 11010001 | 110000 | 11100001 | 111 | 1001111 | 0 | 1100 | 100100111 | 1001011 | 110110 |
Color Harmonies of #D130E1
Complementary color
Monochromatic Colors of #D130E1
Black with #D130E1
Text Example
Text Example
White with #D130E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D130E1; }
p { color: rgb(209,48,225); }
H1.HeaderClassName
{
color: #D130E1;
}
.AnyTagClassName
{
color: #D130E1;
}
</style>
background-color css
<style>
a { background-color: #D130E1; }
a { background-color: rgb(209,48,225); }
div.DivClassName
{
background-color: #D130E1;
}
.BgClassName
{
background-color: #D130E1;
}
</style>
border-color css
<style>
span { border-color: #D130E1; }
span { border-color: rgb(209,48,225); }
td.TdClassName
{
border-color: #D130E1;
}
.TagClassName
{
border-color: #D130E1;
}
</style>