Shades of Medium Orchid #D13BDA
Tints of Medium Orchid #D13BDA
RGB
CMYK
RGB Variations
Color information
#D13BDA (or 0xD13BDA) is known color: Medium Orchid. HEX triplet: D1, 3B and DA. RGB value is (209,59,218). Sum of RGB (Red+Green+Blue) = 209+59+218=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 59 (23.44% from 255 or 12.14% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #D13BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13BDA is #2EC425. Grayscale: #797979. Windows color (decimal): -3064870 or 14302161. OLE color: 14302161.
HSL color Cylindrical-coordinate representation of color #D13BDA: hue angle of 296.6º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D13BDA is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 59 | 218 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.15 |
| HSL | 296.6º | 0.68% | 0.54% | - |
| HSV(B) | 296.6º | 0.73% | 0.85% | - |
| XYZ | 40.51 | 21.75 | 68.39 | - |
| YUV | 121.98 | 182.2 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 59 | 218 | 0.04 | 0.73 | 0 | 0.15 | 296.6 | 0.68 | 0.54 |
| Hex | D1 | 3B | DA | 4 | 49 | 0 | F | 129 | 44 | 36 |
| Octal | 321 | 73 | 332 | 4 | 111 | 0 | 17 | 451 | 104 | 66 |
| Binary | 11010001 | 111011 | 11011010 | 100 | 1001001 | 0 | 1111 | 100101001 | 1000100 | 110110 |
Color Harmonies of #D13BDA
Complementary color
Monochromatic Colors of #D13BDA
Black with #D13BDA
Text Example
Text Example
White with #D13BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13BDA; }
p { color: rgb(209,59,218); }
H1.HeaderClassName
{
color: #D13BDA;
}
.AnyTagClassName
{
color: #D13BDA;
}
</style>
background-color css
<style>
a { background-color: #D13BDA; }
a { background-color: rgb(209,59,218); }
div.DivClassName
{
background-color: #D13BDA;
}
.BgClassName
{
background-color: #D13BDA;
}
</style>
border-color css
<style>
span { border-color: #D13BDA; }
span { border-color: rgb(209,59,218); }
td.TdClassName
{
border-color: #D13BDA;
}
.TagClassName
{
border-color: #D13BDA;
}
</style>