Shades of Medium Orchid #D13FDD
Tints of Medium Orchid #D13FDD
RGB
CMYK
RGB Variations
Color information
#D13FDD (or 0xD13FDD) is known color: Medium Orchid. HEX triplet: D1, 3F and DD. RGB value is (209,63,221). Sum of RGB (Red+Green+Blue) = 209+63+221=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 63 (25% from 255 or 12.78% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #D13FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13FDD is #2EC022. Grayscale: #7C7C7C. Windows color (decimal): -3063843 or 14499793. OLE color: 14499793.
HSL color Cylindrical-coordinate representation of color #D13FDD: hue angle of 295.44º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D13FDD is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 63 | 221 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.13 |
| HSL | 295.44º | 0.7% | 0.56% | - |
| HSV(B) | 295.44º | 0.71% | 0.87% | - |
| XYZ | 41.12 | 22.33 | 70.55 | - |
| YUV | 124.67 | 182.37 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 63 | 221 | 0.05 | 0.71 | 0 | 0.13 | 295.44 | 0.7 | 0.56 |
| Hex | D1 | 3F | DD | 5 | 47 | 0 | D | 127 | 46 | 38 |
| Octal | 321 | 77 | 335 | 5 | 107 | 0 | 15 | 447 | 106 | 70 |
| Binary | 11010001 | 111111 | 11011101 | 101 | 1000111 | 0 | 1101 | 100100111 | 1000110 | 111000 |
Color Harmonies of #D13FDD
Complementary color
Monochromatic Colors of #D13FDD
Black with #D13FDD
Text Example
Text Example
White with #D13FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13FDD; }
p { color: rgb(209,63,221); }
H1.HeaderClassName
{
color: #D13FDD;
}
.AnyTagClassName
{
color: #D13FDD;
}
</style>
background-color css
<style>
a { background-color: #D13FDD; }
a { background-color: rgb(209,63,221); }
div.DivClassName
{
background-color: #D13FDD;
}
.BgClassName
{
background-color: #D13FDD;
}
</style>
border-color css
<style>
span { border-color: #D13FDD; }
span { border-color: rgb(209,63,221); }
td.TdClassName
{
border-color: #D13FDD;
}
.TagClassName
{
border-color: #D13FDD;
}
</style>