Shades of Medium Orchid #D13BFD
Tints of Medium Orchid #D13BFD
RGB
CMYK
RGB Variations
Color information
#D13BFD (or 0xD13BFD) is known color: Medium Orchid. HEX triplet: D1, 3B and FD. RGB value is (209,59,253). Sum of RGB (Red+Green+Blue) = 209+59+253=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 59 (23.44% from 255 or 11.32% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #D13BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13BFD is #2EC402. Grayscale: #7D7D7D. Windows color (decimal): -3064835 or 16595921. OLE color: 16595921.
HSL color Cylindrical-coordinate representation of color #D13BFD: hue angle of 286.39º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D13BFD is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 59 | 253 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.01 |
| HSL | 286.39º | 0.98% | 0.61% | - |
| HSV(B) | 286.39º | 0.77% | 0.99% | - |
| XYZ | 45.59 | 23.78 | 95.11 | - |
| YUV | 125.97 | 199.7 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 59 | 253 | 0.17 | 0.77 | 0 | 0.01 | 286.39 | 0.98 | 0.61 |
| Hex | D1 | 3B | FD | 11 | 4D | 0 | 1 | 11E | 62 | 3D |
| Octal | 321 | 73 | 375 | 21 | 115 | 0 | 1 | 436 | 142 | 75 |
| Binary | 11010001 | 111011 | 11111101 | 10001 | 1001101 | 0 | 1 | 100011110 | 1100010 | 111101 |
Color Harmonies of #D13BFD
Complementary color
Monochromatic Colors of #D13BFD
Black with #D13BFD
Text Example
Text Example
White with #D13BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13BFD; }
p { color: rgb(209,59,253); }
H1.HeaderClassName
{
color: #D13BFD;
}
.AnyTagClassName
{
color: #D13BFD;
}
</style>
background-color css
<style>
a { background-color: #D13BFD; }
a { background-color: rgb(209,59,253); }
div.DivClassName
{
background-color: #D13BFD;
}
.BgClassName
{
background-color: #D13BFD;
}
</style>
border-color css
<style>
span { border-color: #D13BFD; }
span { border-color: rgb(209,59,253); }
td.TdClassName
{
border-color: #D13BFD;
}
.TagClassName
{
border-color: #D13BFD;
}
</style>