Shades of Medium Orchid #D13CDA
Tints of Medium Orchid #D13CDA
RGB
CMYK
RGB Variations
Color information
#D13CDA (or 0xD13CDA) is known color: Medium Orchid. HEX triplet: D1, 3C and DA. RGB value is (209,60,218). Sum of RGB (Red+Green+Blue) = 209+60+218=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 60 (23.83% from 255 or 12.32% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #D13CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13CDA is #2EC325. Grayscale: #7A7A7A. Windows color (decimal): -3064614 or 14302417. OLE color: 14302417.
HSL color Cylindrical-coordinate representation of color #D13CDA: hue angle of 296.58º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13CDA is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 60 | 218 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.15 |
| HSL | 296.58º | 0.68% | 0.55% | - |
| HSV(B) | 296.58º | 0.72% | 0.85% | - |
| XYZ | 40.57 | 21.85 | 68.41 | - |
| YUV | 122.56 | 181.86 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 60 | 218 | 0.04 | 0.72 | 0 | 0.15 | 296.58 | 0.68 | 0.55 |
| Hex | D1 | 3C | DA | 4 | 48 | 0 | F | 129 | 44 | 37 |
| Octal | 321 | 74 | 332 | 4 | 110 | 0 | 17 | 451 | 104 | 67 |
| Binary | 11010001 | 111100 | 11011010 | 100 | 1001000 | 0 | 1111 | 100101001 | 1000100 | 110111 |
Color Harmonies of #D13CDA
Complementary color
Monochromatic Colors of #D13CDA
Black with #D13CDA
Text Example
Text Example
White with #D13CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13CDA; }
p { color: rgb(209,60,218); }
H1.HeaderClassName
{
color: #D13CDA;
}
.AnyTagClassName
{
color: #D13CDA;
}
</style>
background-color css
<style>
a { background-color: #D13CDA; }
a { background-color: rgb(209,60,218); }
div.DivClassName
{
background-color: #D13CDA;
}
.BgClassName
{
background-color: #D13CDA;
}
</style>
border-color css
<style>
span { border-color: #D13CDA; }
span { border-color: rgb(209,60,218); }
td.TdClassName
{
border-color: #D13CDA;
}
.TagClassName
{
border-color: #D13CDA;
}
</style>