Shades of Medium Orchid #D13DDD
Tints of Medium Orchid #D13DDD
RGB
CMYK
RGB Variations
Color information
#D13DDD (or 0xD13DDD) is known color: Medium Orchid. HEX triplet: D1, 3D and DD. RGB value is (209,61,221). Sum of RGB (Red+Green+Blue) = 209+61+221=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 61 (24.22% from 255 or 12.42% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #D13DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13DDD is #2EC222. Grayscale: #7B7B7B. Windows color (decimal): -3064355 or 14499281. OLE color: 14499281.
HSL color Cylindrical-coordinate representation of color #D13DDD: hue angle of 295.5º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13DDD is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 61 | 221 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.13 |
| HSL | 295.5º | 0.7% | 0.55% | - |
| HSV(B) | 295.5º | 0.72% | 0.87% | - |
| XYZ | 41.01 | 22.11 | 70.51 | - |
| YUV | 123.49 | 183.03 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 61 | 221 | 0.05 | 0.72 | 0 | 0.13 | 295.5 | 0.7 | 0.55 |
| Hex | D1 | 3D | DD | 5 | 48 | 0 | D | 128 | 46 | 37 |
| Octal | 321 | 75 | 335 | 5 | 110 | 0 | 15 | 450 | 106 | 67 |
| Binary | 11010001 | 111101 | 11011101 | 101 | 1001000 | 0 | 1101 | 100101000 | 1000110 | 110111 |
Color Harmonies of #D13DDD
Complementary color
Monochromatic Colors of #D13DDD
Black with #D13DDD
Text Example
Text Example
White with #D13DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13DDD; }
p { color: rgb(209,61,221); }
H1.HeaderClassName
{
color: #D13DDD;
}
.AnyTagClassName
{
color: #D13DDD;
}
</style>
background-color css
<style>
a { background-color: #D13DDD; }
a { background-color: rgb(209,61,221); }
div.DivClassName
{
background-color: #D13DDD;
}
.BgClassName
{
background-color: #D13DDD;
}
</style>
border-color css
<style>
span { border-color: #D13DDD; }
span { border-color: rgb(209,61,221); }
td.TdClassName
{
border-color: #D13DDD;
}
.TagClassName
{
border-color: #D13DDD;
}
</style>