Shades of Medium Orchid #D130ED
Tints of Medium Orchid #D130ED
RGB
CMYK
RGB Variations
Color information
#D130ED (or 0xD130ED) is known color: Medium Orchid. HEX triplet: D1, 30 and ED. RGB value is (209,48,237). Sum of RGB (Red+Green+Blue) = 209+48+237=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 48 (19.14% from 255 or 9.72% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #D130ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D130ED is #2ECF12. Grayscale: #757575. Windows color (decimal): -3067667 or 15544529. OLE color: 15544529.
HSL color Cylindrical-coordinate representation of color #D130ED: hue angle of 291.11º degrees, saturation: 0.84, 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 #D130ED is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 48 | 237 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.07 |
| HSL | 291.11º | 0.84% | 0.56% | - |
| HSV(B) | 291.11º | 0.8% | 0.93% | - |
| XYZ | 42.64 | 21.78 | 82.08 | - |
| YUV | 117.69 | 195.34 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 48 | 237 | 0.12 | 0.80 | 0 | 0.07 | 291.11 | 0.84 | 0.56 |
| Hex | D1 | 30 | ED | C | 50 | 0 | 7 | 123 | 54 | 38 |
| Octal | 321 | 60 | 355 | 14 | 120 | 0 | 7 | 443 | 124 | 70 |
| Binary | 11010001 | 110000 | 11101101 | 1100 | 1010000 | 0 | 111 | 100100011 | 1010100 | 111000 |
Color Harmonies of #D130ED
Complementary color
Monochromatic Colors of #D130ED
Black with #D130ED
Text Example
Text Example
White with #D130ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D130ED; }
p { color: rgb(209,48,237); }
H1.HeaderClassName
{
color: #D130ED;
}
.AnyTagClassName
{
color: #D130ED;
}
</style>
background-color css
<style>
a { background-color: #D130ED; }
a { background-color: rgb(209,48,237); }
div.DivClassName
{
background-color: #D130ED;
}
.BgClassName
{
background-color: #D130ED;
}
</style>
border-color css
<style>
span { border-color: #D130ED; }
span { border-color: rgb(209,48,237); }
td.TdClassName
{
border-color: #D130ED;
}
.TagClassName
{
border-color: #D130ED;
}
</style>