Shades of Medium Orchid #D13BDF
Tints of Medium Orchid #D13BDF
RGB
CMYK
RGB Variations
Color information
#D13BDF (or 0xD13BDF) is known color: Medium Orchid. HEX triplet: D1, 3B and DF. RGB value is (209,59,223). Sum of RGB (Red+Green+Blue) = 209+59+223=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 59 (23.44% from 255 or 12.02% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #D13BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13BDF is #2EC420. Grayscale: #7A7A7A. Windows color (decimal): -3064865 or 14629841. OLE color: 14629841.
HSL color Cylindrical-coordinate representation of color #D13BDF: hue angle of 294.88º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D13BDF is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 59 | 223 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.13 |
| HSL | 294.88º | 0.72% | 0.55% | - |
| HSV(B) | 294.88º | 0.74% | 0.87% | - |
| XYZ | 41.18 | 22.01 | 71.89 | - |
| YUV | 122.55 | 184.7 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 59 | 223 | 0.06 | 0.74 | 0 | 0.13 | 294.88 | 0.72 | 0.55 |
| Hex | D1 | 3B | DF | 6 | 4A | 0 | D | 127 | 48 | 37 |
| Octal | 321 | 73 | 337 | 6 | 112 | 0 | 15 | 447 | 110 | 67 |
| Binary | 11010001 | 111011 | 11011111 | 110 | 1001010 | 0 | 1101 | 100100111 | 1001000 | 110111 |
Color Harmonies of #D13BDF
Complementary color
Monochromatic Colors of #D13BDF
Black with #D13BDF
Text Example
Text Example
White with #D13BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13BDF; }
p { color: rgb(209,59,223); }
H1.HeaderClassName
{
color: #D13BDF;
}
.AnyTagClassName
{
color: #D13BDF;
}
</style>
background-color css
<style>
a { background-color: #D13BDF; }
a { background-color: rgb(209,59,223); }
div.DivClassName
{
background-color: #D13BDF;
}
.BgClassName
{
background-color: #D13BDF;
}
</style>
border-color css
<style>
span { border-color: #D13BDF; }
span { border-color: rgb(209,59,223); }
td.TdClassName
{
border-color: #D13BDF;
}
.TagClassName
{
border-color: #D13BDF;
}
</style>