Shades of Medium Orchid #D13BED
Tints of Medium Orchid #D13BED
RGB
CMYK
RGB Variations
Color information
#D13BED (or 0xD13BED) is known color: Medium Orchid. HEX triplet: D1, 3B and ED. RGB value is (209,59,237). Sum of RGB (Red+Green+Blue) = 209+59+237=505 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.39% from 505); Green value is 59 (23.44% from 255 or 11.68% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #D13BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13BED is #2EC412. Grayscale: #7B7B7B. Windows color (decimal): -3064851 or 15547345. OLE color: 15547345.
HSL color Cylindrical-coordinate representation of color #D13BED: hue angle of 290.56º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D13BED is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 59 | 237 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.07 |
| HSL | 290.56º | 0.83% | 0.58% | - |
| HSV(B) | 290.56º | 0.75% | 0.93% | - |
| XYZ | 43.14 | 22.8 | 82.25 | - |
| YUV | 124.14 | 191.7 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 59 | 237 | 0.12 | 0.75 | 0 | 0.07 | 290.56 | 0.83 | 0.58 |
| Hex | D1 | 3B | ED | C | 4B | 0 | 7 | 123 | 53 | 3A |
| Octal | 321 | 73 | 355 | 14 | 113 | 0 | 7 | 443 | 123 | 72 |
| Binary | 11010001 | 111011 | 11101101 | 1100 | 1001011 | 0 | 111 | 100100011 | 1010011 | 111010 |
Color Harmonies of #D13BED
Complementary color
Monochromatic Colors of #D13BED
Black with #D13BED
Text Example
Text Example
White with #D13BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13BED; }
p { color: rgb(209,59,237); }
H1.HeaderClassName
{
color: #D13BED;
}
.AnyTagClassName
{
color: #D13BED;
}
</style>
background-color css
<style>
a { background-color: #D13BED; }
a { background-color: rgb(209,59,237); }
div.DivClassName
{
background-color: #D13BED;
}
.BgClassName
{
background-color: #D13BED;
}
</style>
border-color css
<style>
span { border-color: #D13BED; }
span { border-color: rgb(209,59,237); }
td.TdClassName
{
border-color: #D13BED;
}
.TagClassName
{
border-color: #D13BED;
}
</style>