Shades of Medium Orchid #D139DC
Tints of Medium Orchid #D139DC
RGB
CMYK
RGB Variations
Color information
#D139DC (or 0xD139DC) is known color: Medium Orchid. HEX triplet: D1, 39 and DC. RGB value is (209,57,220). Sum of RGB (Red+Green+Blue) = 209+57+220=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 57 (22.66% from 255 or 11.73% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #D139DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D139DC is #2EC623. Grayscale: #787878. Windows color (decimal): -3065380 or 14432721. OLE color: 14432721.
HSL color Cylindrical-coordinate representation of color #D139DC: hue angle of 295.95º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D139DC is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 57 | 220 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.14 |
| HSL | 295.95º | 0.7% | 0.54% | - |
| HSV(B) | 295.95º | 0.74% | 0.86% | - |
| XYZ | 40.68 | 21.65 | 69.74 | - |
| YUV | 121.03 | 183.86 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 57 | 220 | 0.05 | 0.74 | 0 | 0.14 | 295.95 | 0.7 | 0.54 |
| Hex | D1 | 39 | DC | 5 | 4A | 0 | E | 128 | 46 | 36 |
| Octal | 321 | 71 | 334 | 5 | 112 | 0 | 16 | 450 | 106 | 66 |
| Binary | 11010001 | 111001 | 11011100 | 101 | 1001010 | 0 | 1110 | 100101000 | 1000110 | 110110 |
Color Harmonies of #D139DC
Complementary color
Monochromatic Colors of #D139DC
Black with #D139DC
Text Example
Text Example
White with #D139DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D139DC; }
p { color: rgb(209,57,220); }
H1.HeaderClassName
{
color: #D139DC;
}
.AnyTagClassName
{
color: #D139DC;
}
</style>
background-color css
<style>
a { background-color: #D139DC; }
a { background-color: rgb(209,57,220); }
div.DivClassName
{
background-color: #D139DC;
}
.BgClassName
{
background-color: #D139DC;
}
</style>
border-color css
<style>
span { border-color: #D139DC; }
span { border-color: rgb(209,57,220); }
td.TdClassName
{
border-color: #D139DC;
}
.TagClassName
{
border-color: #D139DC;
}
</style>