Shades of Medium Orchid #D13FDC
Tints of Medium Orchid #D13FDC
RGB
CMYK
RGB Variations
Color information
#D13FDC (or 0xD13FDC) is known color: Medium Orchid. HEX triplet: D1, 3F and DC. RGB value is (209,63,220). Sum of RGB (Red+Green+Blue) = 209+63+220=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 63 (25% from 255 or 12.80% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #D13FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13FDC is #2EC023. Grayscale: #7C7C7C. Windows color (decimal): -3063844 or 14434257. OLE color: 14434257.
HSL color Cylindrical-coordinate representation of color #D13FDC: hue angle of 295.8º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D13FDC is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 63 | 220 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.14 |
| HSL | 295.8º | 0.69% | 0.55% | - |
| HSV(B) | 295.8º | 0.71% | 0.86% | - |
| XYZ | 40.99 | 22.28 | 69.85 | - |
| YUV | 124.55 | 181.87 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 63 | 220 | 0.05 | 0.71 | 0 | 0.14 | 295.8 | 0.69 | 0.55 |
| Hex | D1 | 3F | DC | 5 | 47 | 0 | E | 128 | 45 | 37 |
| Octal | 321 | 77 | 334 | 5 | 107 | 0 | 16 | 450 | 105 | 67 |
| Binary | 11010001 | 111111 | 11011100 | 101 | 1000111 | 0 | 1110 | 100101000 | 1000101 | 110111 |
Color Harmonies of #D13FDC
Complementary color
Monochromatic Colors of #D13FDC
Black with #D13FDC
Text Example
Text Example
White with #D13FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13FDC; }
p { color: rgb(209,63,220); }
H1.HeaderClassName
{
color: #D13FDC;
}
.AnyTagClassName
{
color: #D13FDC;
}
</style>
background-color css
<style>
a { background-color: #D13FDC; }
a { background-color: rgb(209,63,220); }
div.DivClassName
{
background-color: #D13FDC;
}
.BgClassName
{
background-color: #D13FDC;
}
</style>
border-color css
<style>
span { border-color: #D13FDC; }
span { border-color: rgb(209,63,220); }
td.TdClassName
{
border-color: #D13FDC;
}
.TagClassName
{
border-color: #D13FDC;
}
</style>