Shades of Medium Orchid #D130DC
Tints of Medium Orchid #D130DC
RGB
CMYK
RGB Variations
Color information
#D130DC (or 0xD130DC) is known color: Medium Orchid. HEX triplet: D1, 30 and DC. RGB value is (209,48,220). Sum of RGB (Red+Green+Blue) = 209+48+220=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 48 (19.14% from 255 or 10.06% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #D130DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D130DC is #2ECF23. Grayscale: #737373. Windows color (decimal): -3067684 or 14430417. OLE color: 14430417.
HSL color Cylindrical-coordinate representation of color #D130DC: hue angle of 296.16º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D130DC is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 48 | 220 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.14 |
| HSL | 296.16º | 0.71% | 0.53% | - |
| HSV(B) | 296.16º | 0.78% | 0.86% | - |
| XYZ | 40.27 | 20.84 | 69.61 | - |
| YUV | 115.75 | 186.84 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 48 | 220 | 0.05 | 0.78 | 0 | 0.14 | 296.16 | 0.71 | 0.53 |
| Hex | D1 | 30 | DC | 5 | 4E | 0 | E | 128 | 47 | 35 |
| Octal | 321 | 60 | 334 | 5 | 116 | 0 | 16 | 450 | 107 | 65 |
| Binary | 11010001 | 110000 | 11011100 | 101 | 1001110 | 0 | 1110 | 100101000 | 1000111 | 110101 |
Color Harmonies of #D130DC
Complementary color
Monochromatic Colors of #D130DC
Black with #D130DC
Text Example
Text Example
White with #D130DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D130DC; }
p { color: rgb(209,48,220); }
H1.HeaderClassName
{
color: #D130DC;
}
.AnyTagClassName
{
color: #D130DC;
}
</style>
background-color css
<style>
a { background-color: #D130DC; }
a { background-color: rgb(209,48,220); }
div.DivClassName
{
background-color: #D130DC;
}
.BgClassName
{
background-color: #D130DC;
}
</style>
border-color css
<style>
span { border-color: #D130DC; }
span { border-color: rgb(209,48,220); }
td.TdClassName
{
border-color: #D130DC;
}
.TagClassName
{
border-color: #D130DC;
}
</style>