Shades of Medium Orchid #D13DDF
Tints of Medium Orchid #D13DDF
RGB
CMYK
RGB Variations
Color information
#D13DDF (or 0xD13DDF) is known color: Medium Orchid. HEX triplet: D1, 3D and DF. RGB value is (209,61,223). Sum of RGB (Red+Green+Blue) = 209+61+223=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 61 (24.22% from 255 or 12.37% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #D13DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13DDF is #2EC220. Grayscale: #7B7B7B. Windows color (decimal): -3064353 or 14630353. OLE color: 14630353.
HSL color Cylindrical-coordinate representation of color #D13DDF: hue angle of 294.81º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D13DDF is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 61 | 223 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.13 |
| HSL | 294.81º | 0.72% | 0.56% | - |
| HSV(B) | 294.81º | 0.73% | 0.87% | - |
| XYZ | 41.28 | 22.22 | 71.93 | - |
| YUV | 123.72 | 184.03 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 61 | 223 | 0.06 | 0.73 | 0 | 0.13 | 294.81 | 0.72 | 0.56 |
| Hex | D1 | 3D | DF | 6 | 49 | 0 | D | 127 | 48 | 38 |
| Octal | 321 | 75 | 337 | 6 | 111 | 0 | 15 | 447 | 110 | 70 |
| Binary | 11010001 | 111101 | 11011111 | 110 | 1001001 | 0 | 1101 | 100100111 | 1001000 | 111000 |
Color Harmonies of #D13DDF
Complementary color
Monochromatic Colors of #D13DDF
Black with #D13DDF
Text Example
Text Example
White with #D13DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13DDF; }
p { color: rgb(209,61,223); }
H1.HeaderClassName
{
color: #D13DDF;
}
.AnyTagClassName
{
color: #D13DDF;
}
</style>
background-color css
<style>
a { background-color: #D13DDF; }
a { background-color: rgb(209,61,223); }
div.DivClassName
{
background-color: #D13DDF;
}
.BgClassName
{
background-color: #D13DDF;
}
</style>
border-color css
<style>
span { border-color: #D13DDF; }
span { border-color: rgb(209,61,223); }
td.TdClassName
{
border-color: #D13DDF;
}
.TagClassName
{
border-color: #D13DDF;
}
</style>