Shades of Medium Orchid #D13BFC
Tints of Medium Orchid #D13BFC
RGB
CMYK
RGB Variations
Color information
#D13BFC (or 0xD13BFC) is known color: Medium Orchid. HEX triplet: D1, 3B and FC. RGB value is (209,59,252). Sum of RGB (Red+Green+Blue) = 209+59+252=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 59 (23.44% from 255 or 11.35% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #D13BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13BFC is #2EC403. Grayscale: #7D7D7D. Windows color (decimal): -3064836 or 16530385. OLE color: 16530385.
HSL color Cylindrical-coordinate representation of color #D13BFC: hue angle of 286.63º degrees, saturation: 0.97, 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 #D13BFC is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 59 | 252 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.01 |
| HSL | 286.63º | 0.97% | 0.61% | - |
| HSV(B) | 286.63º | 0.77% | 0.99% | - |
| XYZ | 45.43 | 23.71 | 94.28 | - |
| YUV | 125.85 | 199.2 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 59 | 252 | 0.17 | 0.77 | 0 | 0.01 | 286.63 | 0.97 | 0.61 |
| Hex | D1 | 3B | FC | 11 | 4D | 0 | 1 | 11F | 61 | 3D |
| Octal | 321 | 73 | 374 | 21 | 115 | 0 | 1 | 437 | 141 | 75 |
| Binary | 11010001 | 111011 | 11111100 | 10001 | 1001101 | 0 | 1 | 100011111 | 1100001 | 111101 |
Color Harmonies of #D13BFC
Complementary color
Monochromatic Colors of #D13BFC
Black with #D13BFC
Text Example
Text Example
White with #D13BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13BFC; }
p { color: rgb(209,59,252); }
H1.HeaderClassName
{
color: #D13BFC;
}
.AnyTagClassName
{
color: #D13BFC;
}
</style>
background-color css
<style>
a { background-color: #D13BFC; }
a { background-color: rgb(209,59,252); }
div.DivClassName
{
background-color: #D13BFC;
}
.BgClassName
{
background-color: #D13BFC;
}
</style>
border-color css
<style>
span { border-color: #D13BFC; }
span { border-color: rgb(209,59,252); }
td.TdClassName
{
border-color: #D13BFC;
}
.TagClassName
{
border-color: #D13BFC;
}
</style>