Shades of Medium Orchid #D13ADB
Tints of Medium Orchid #D13ADB
RGB
CMYK
RGB Variations
Color information
#D13ADB (or 0xD13ADB) is known color: Medium Orchid. HEX triplet: D1, 3A and DB. RGB value is (209,58,219). Sum of RGB (Red+Green+Blue) = 209+58+219=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 58 (23.05% from 255 or 11.93% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #D13ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13ADB is #2EC524. Grayscale: #797979. Windows color (decimal): -3065125 or 14367441. OLE color: 14367441.
HSL color Cylindrical-coordinate representation of color #D13ADB: hue angle of 296.27º degrees, saturation: 0.69, 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 #D13ADB is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 58 | 219 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.14 |
| HSL | 296.27º | 0.69% | 0.54% | - |
| HSV(B) | 296.27º | 0.74% | 0.86% | - |
| XYZ | 40.59 | 21.7 | 69.07 | - |
| YUV | 121.5 | 183.03 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 58 | 219 | 0.05 | 0.74 | 0 | 0.14 | 296.27 | 0.69 | 0.54 |
| Hex | D1 | 3A | DB | 5 | 4A | 0 | E | 128 | 45 | 36 |
| Octal | 321 | 72 | 333 | 5 | 112 | 0 | 16 | 450 | 105 | 66 |
| Binary | 11010001 | 111010 | 11011011 | 101 | 1001010 | 0 | 1110 | 100101000 | 1000101 | 110110 |
Color Harmonies of #D13ADB
Complementary color
Monochromatic Colors of #D13ADB
Black with #D13ADB
Text Example
Text Example
White with #D13ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13ADB; }
p { color: rgb(209,58,219); }
H1.HeaderClassName
{
color: #D13ADB;
}
.AnyTagClassName
{
color: #D13ADB;
}
</style>
background-color css
<style>
a { background-color: #D13ADB; }
a { background-color: rgb(209,58,219); }
div.DivClassName
{
background-color: #D13ADB;
}
.BgClassName
{
background-color: #D13ADB;
}
</style>
border-color css
<style>
span { border-color: #D13ADB; }
span { border-color: rgb(209,58,219); }
td.TdClassName
{
border-color: #D13ADB;
}
.TagClassName
{
border-color: #D13ADB;
}
</style>