Shades of Medium Orchid #D13BEF
Tints of Medium Orchid #D13BEF
RGB
CMYK
RGB Variations
Color information
#D13BEF (or 0xD13BEF) is known color: Medium Orchid. HEX triplet: D1, 3B and EF. RGB value is (209,59,239). Sum of RGB (Red+Green+Blue) = 209+59+239=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 59 (23.44% from 255 or 11.64% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #D13BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13BEF is #2EC410. Grayscale: #7B7B7B. Windows color (decimal): -3064849 or 15678417. OLE color: 15678417.
HSL color Cylindrical-coordinate representation of color #D13BEF: hue angle of 290º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D13BEF is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 59 | 239 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.06 |
| HSL | 290º | 0.85% | 0.58% | - |
| HSV(B) | 290º | 0.75% | 0.94% | - |
| XYZ | 43.44 | 22.92 | 83.79 | - |
| YUV | 124.37 | 192.7 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 59 | 239 | 0.13 | 0.75 | 0 | 0.06 | 290 | 0.85 | 0.58 |
| Hex | D1 | 3B | EF | D | 4B | 0 | 6 | 122 | 55 | 3A |
| Octal | 321 | 73 | 357 | 15 | 113 | 0 | 6 | 442 | 125 | 72 |
| Binary | 11010001 | 111011 | 11101111 | 1101 | 1001011 | 0 | 110 | 100100010 | 1010101 | 111010 |
Color Harmonies of #D13BEF
Complementary color
Monochromatic Colors of #D13BEF
Black with #D13BEF
Text Example
Text Example
White with #D13BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13BEF; }
p { color: rgb(209,59,239); }
H1.HeaderClassName
{
color: #D13BEF;
}
.AnyTagClassName
{
color: #D13BEF;
}
</style>
background-color css
<style>
a { background-color: #D13BEF; }
a { background-color: rgb(209,59,239); }
div.DivClassName
{
background-color: #D13BEF;
}
.BgClassName
{
background-color: #D13BEF;
}
</style>
border-color css
<style>
span { border-color: #D13BEF; }
span { border-color: rgb(209,59,239); }
td.TdClassName
{
border-color: #D13BEF;
}
.TagClassName
{
border-color: #D13BEF;
}
</style>