Shades of Medium Orchid #D13FDF
Tints of Medium Orchid #D13FDF
RGB
CMYK
RGB Variations
Color information
#D13FDF (or 0xD13FDF) is known color: Medium Orchid. HEX triplet: D1, 3F and DF. RGB value is (209,63,223). Sum of RGB (Red+Green+Blue) = 209+63+223=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 63 (25% from 255 or 12.73% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #D13FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13FDF is #2EC020. Grayscale: #7C7C7C. Windows color (decimal): -3063841 or 14630865. OLE color: 14630865.
HSL color Cylindrical-coordinate representation of color #D13FDF: hue angle of 294.75º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13FDF is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 63 | 223 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.13 |
| HSL | 294.75º | 0.71% | 0.56% | - |
| HSV(B) | 294.75º | 0.72% | 0.87% | - |
| XYZ | 41.39 | 22.44 | 71.96 | - |
| YUV | 124.89 | 183.37 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 63 | 223 | 0.06 | 0.72 | 0 | 0.13 | 294.75 | 0.71 | 0.56 |
| Hex | D1 | 3F | DF | 6 | 48 | 0 | D | 127 | 47 | 38 |
| Octal | 321 | 77 | 337 | 6 | 110 | 0 | 15 | 447 | 107 | 70 |
| Binary | 11010001 | 111111 | 11011111 | 110 | 1001000 | 0 | 1101 | 100100111 | 1000111 | 111000 |
Color Harmonies of #D13FDF
Complementary color
Monochromatic Colors of #D13FDF
Black with #D13FDF
Text Example
Text Example
White with #D13FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13FDF; }
p { color: rgb(209,63,223); }
H1.HeaderClassName
{
color: #D13FDF;
}
.AnyTagClassName
{
color: #D13FDF;
}
</style>
background-color css
<style>
a { background-color: #D13FDF; }
a { background-color: rgb(209,63,223); }
div.DivClassName
{
background-color: #D13FDF;
}
.BgClassName
{
background-color: #D13FDF;
}
</style>
border-color css
<style>
span { border-color: #D13FDF; }
span { border-color: rgb(209,63,223); }
td.TdClassName
{
border-color: #D13FDF;
}
.TagClassName
{
border-color: #D13FDF;
}
</style>