Shades of Medium Orchid #D130EC
Tints of Medium Orchid #D130EC
RGB
CMYK
RGB Variations
Color information
#D130EC (or 0xD130EC) is known color: Medium Orchid. HEX triplet: D1, 30 and EC. RGB value is (209,48,236). Sum of RGB (Red+Green+Blue) = 209+48+236=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 48 (19.14% from 255 or 9.74% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #D130EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D130EC is #2ECF13. Grayscale: #747474. Windows color (decimal): -3067668 or 15478993. OLE color: 15478993.
HSL color Cylindrical-coordinate representation of color #D130EC: hue angle of 291.38º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D130EC is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 48 | 236 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.07 |
| HSL | 291.38º | 0.83% | 0.56% | - |
| HSV(B) | 291.38º | 0.8% | 0.93% | - |
| XYZ | 42.49 | 21.73 | 81.31 | - |
| YUV | 117.57 | 194.84 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 48 | 236 | 0.11 | 0.80 | 0 | 0.07 | 291.38 | 0.83 | 0.56 |
| Hex | D1 | 30 | EC | B | 50 | 0 | 7 | 123 | 53 | 38 |
| Octal | 321 | 60 | 354 | 13 | 120 | 0 | 7 | 443 | 123 | 70 |
| Binary | 11010001 | 110000 | 11101100 | 1011 | 1010000 | 0 | 111 | 100100011 | 1010011 | 111000 |
Color Harmonies of #D130EC
Complementary color
Monochromatic Colors of #D130EC
Black with #D130EC
Text Example
Text Example
White with #D130EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D130EC; }
p { color: rgb(209,48,236); }
H1.HeaderClassName
{
color: #D130EC;
}
.AnyTagClassName
{
color: #D130EC;
}
</style>
background-color css
<style>
a { background-color: #D130EC; }
a { background-color: rgb(209,48,236); }
div.DivClassName
{
background-color: #D130EC;
}
.BgClassName
{
background-color: #D130EC;
}
</style>
border-color css
<style>
span { border-color: #D130EC; }
span { border-color: rgb(209,48,236); }
td.TdClassName
{
border-color: #D130EC;
}
.TagClassName
{
border-color: #D130EC;
}
</style>