Shades of Medium Orchid #D13CDD
Tints of Medium Orchid #D13CDD
RGB
CMYK
RGB Variations
Color information
#D13CDD (or 0xD13CDD) is known color: Medium Orchid. HEX triplet: D1, 3C and DD. RGB value is (209,60,221). Sum of RGB (Red+Green+Blue) = 209+60+221=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 60 (23.83% from 255 or 12.24% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #D13CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13CDD is #2EC322. Grayscale: #7A7A7A. Windows color (decimal): -3064611 or 14499025. OLE color: 14499025.
HSL color Cylindrical-coordinate representation of color #D13CDD: hue angle of 295.53º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D13CDD is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 60 | 221 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.13 |
| HSL | 295.53º | 0.7% | 0.55% | - |
| HSV(B) | 295.53º | 0.73% | 0.87% | - |
| XYZ | 40.96 | 22.01 | 70.5 | - |
| YUV | 122.91 | 183.36 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 60 | 221 | 0.05 | 0.73 | 0 | 0.13 | 295.53 | 0.7 | 0.55 |
| Hex | D1 | 3C | DD | 5 | 49 | 0 | D | 128 | 46 | 37 |
| Octal | 321 | 74 | 335 | 5 | 111 | 0 | 15 | 450 | 106 | 67 |
| Binary | 11010001 | 111100 | 11011101 | 101 | 1001001 | 0 | 1101 | 100101000 | 1000110 | 110111 |
Color Harmonies of #D13CDD
Complementary color
Monochromatic Colors of #D13CDD
Black with #D13CDD
Text Example
Text Example
White with #D13CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13CDD; }
p { color: rgb(209,60,221); }
H1.HeaderClassName
{
color: #D13CDD;
}
.AnyTagClassName
{
color: #D13CDD;
}
</style>
background-color css
<style>
a { background-color: #D13CDD; }
a { background-color: rgb(209,60,221); }
div.DivClassName
{
background-color: #D13CDD;
}
.BgClassName
{
background-color: #D13CDD;
}
</style>
border-color css
<style>
span { border-color: #D13CDD; }
span { border-color: rgb(209,60,221); }
td.TdClassName
{
border-color: #D13CDD;
}
.TagClassName
{
border-color: #D13CDD;
}
</style>