Shades of Medium Orchid #D13CDB
Tints of Medium Orchid #D13CDB
RGB
CMYK
RGB Variations
Color information
#D13CDB (or 0xD13CDB) is known color: Medium Orchid. HEX triplet: D1, 3C and DB. RGB value is (209,60,219). Sum of RGB (Red+Green+Blue) = 209+60+219=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 60 (23.83% from 255 or 12.30% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #D13CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13CDB is #2EC324. Grayscale: #7A7A7A. Windows color (decimal): -3064613 or 14367953. OLE color: 14367953.
HSL color Cylindrical-coordinate representation of color #D13CDB: hue angle of 296.23º 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 #D13CDB is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 60 | 219 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.14 |
| HSL | 296.23º | 0.69% | 0.55% | - |
| HSV(B) | 296.23º | 0.73% | 0.86% | - |
| XYZ | 40.7 | 21.9 | 69.1 | - |
| YUV | 122.68 | 182.36 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 60 | 219 | 0.05 | 0.73 | 0 | 0.14 | 296.23 | 0.69 | 0.55 |
| Hex | D1 | 3C | DB | 5 | 49 | 0 | E | 128 | 45 | 37 |
| Octal | 321 | 74 | 333 | 5 | 111 | 0 | 16 | 450 | 105 | 67 |
| Binary | 11010001 | 111100 | 11011011 | 101 | 1001001 | 0 | 1110 | 100101000 | 1000101 | 110111 |
Color Harmonies of #D13CDB
Complementary color
Monochromatic Colors of #D13CDB
Black with #D13CDB
Text Example
Text Example
White with #D13CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13CDB; }
p { color: rgb(209,60,219); }
H1.HeaderClassName
{
color: #D13CDB;
}
.AnyTagClassName
{
color: #D13CDB;
}
</style>
background-color css
<style>
a { background-color: #D13CDB; }
a { background-color: rgb(209,60,219); }
div.DivClassName
{
background-color: #D13CDB;
}
.BgClassName
{
background-color: #D13CDB;
}
</style>
border-color css
<style>
span { border-color: #D13CDB; }
span { border-color: rgb(209,60,219); }
td.TdClassName
{
border-color: #D13CDB;
}
.TagClassName
{
border-color: #D13CDB;
}
</style>