Shades of Medium Orchid #D13EDB
Tints of Medium Orchid #D13EDB
RGB
CMYK
RGB Variations
Color information
#D13EDB (or 0xD13EDB) is known color: Medium Orchid. HEX triplet: D1, 3E and DB. RGB value is (209,62,219). Sum of RGB (Red+Green+Blue) = 209+62+219=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 62 (24.61% from 255 or 12.65% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #D13EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13EDB is #2EC124. Grayscale: #7B7B7B. Windows color (decimal): -3064101 or 14368465. OLE color: 14368465.
HSL color Cylindrical-coordinate representation of color #D13EDB: hue angle of 296.18º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13EDB is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 62 | 219 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.14 |
| HSL | 296.18º | 0.69% | 0.55% | - |
| HSV(B) | 296.18º | 0.72% | 0.86% | - |
| XYZ | 40.8 | 22.12 | 69.14 | - |
| YUV | 123.85 | 181.7 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 62 | 219 | 0.05 | 0.72 | 0 | 0.14 | 296.18 | 0.69 | 0.55 |
| Hex | D1 | 3E | DB | 5 | 48 | 0 | E | 128 | 45 | 37 |
| Octal | 321 | 76 | 333 | 5 | 110 | 0 | 16 | 450 | 105 | 67 |
| Binary | 11010001 | 111110 | 11011011 | 101 | 1001000 | 0 | 1110 | 100101000 | 1000101 | 110111 |
Color Harmonies of #D13EDB
Complementary color
Monochromatic Colors of #D13EDB
Black with #D13EDB
Text Example
Text Example
White with #D13EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13EDB; }
p { color: rgb(209,62,219); }
H1.HeaderClassName
{
color: #D13EDB;
}
.AnyTagClassName
{
color: #D13EDB;
}
</style>
background-color css
<style>
a { background-color: #D13EDB; }
a { background-color: rgb(209,62,219); }
div.DivClassName
{
background-color: #D13EDB;
}
.BgClassName
{
background-color: #D13EDB;
}
</style>
border-color css
<style>
span { border-color: #D13EDB; }
span { border-color: rgb(209,62,219); }
td.TdClassName
{
border-color: #D13EDB;
}
.TagClassName
{
border-color: #D13EDB;
}
</style>