Shades of Medium Orchid #D13BDB
Tints of Medium Orchid #D13BDB
RGB
CMYK
RGB Variations
Color information
#D13BDB (or 0xD13BDB) is known color: Medium Orchid. HEX triplet: D1, 3B and DB. RGB value is (209,59,219). Sum of RGB (Red+Green+Blue) = 209+59+219=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 59 (23.44% from 255 or 12.11% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #D13BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13BDB is #2EC424. Grayscale: #797979. Windows color (decimal): -3064869 or 14367697. OLE color: 14367697.
HSL color Cylindrical-coordinate representation of color #D13BDB: hue angle of 296.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D13BDB is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 59 | 219 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.14 |
| HSL | 296.25º | 0.69% | 0.55% | - |
| HSV(B) | 296.25º | 0.73% | 0.86% | - |
| XYZ | 40.64 | 21.8 | 69.08 | - |
| YUV | 122.09 | 182.7 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 59 | 219 | 0.05 | 0.73 | 0 | 0.14 | 296.25 | 0.69 | 0.55 |
| Hex | D1 | 3B | DB | 5 | 49 | 0 | E | 128 | 45 | 37 |
| Octal | 321 | 73 | 333 | 5 | 111 | 0 | 16 | 450 | 105 | 67 |
| Binary | 11010001 | 111011 | 11011011 | 101 | 1001001 | 0 | 1110 | 100101000 | 1000101 | 110111 |
Color Harmonies of #D13BDB
Complementary color
Monochromatic Colors of #D13BDB
Black with #D13BDB
Text Example
Text Example
White with #D13BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13BDB; }
p { color: rgb(209,59,219); }
H1.HeaderClassName
{
color: #D13BDB;
}
.AnyTagClassName
{
color: #D13BDB;
}
</style>
background-color css
<style>
a { background-color: #D13BDB; }
a { background-color: rgb(209,59,219); }
div.DivClassName
{
background-color: #D13BDB;
}
.BgClassName
{
background-color: #D13BDB;
}
</style>
border-color css
<style>
span { border-color: #D13BDB; }
span { border-color: rgb(209,59,219); }
td.TdClassName
{
border-color: #D13BDB;
}
.TagClassName
{
border-color: #D13BDB;
}
</style>