Shades of Medium Orchid #D03CDD
Tints of Medium Orchid #D03CDD
RGB
CMYK
RGB Variations
Color information
#D03CDD (or 0xD03CDD) is known color: Medium Orchid. HEX triplet: D0, 3C and DD. RGB value is (208,60,221). Sum of RGB (Red+Green+Blue) = 208+60+221=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 60 (23.83% from 255 or 12.27% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #D03CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03CDD is #2FC322. Grayscale: #7A7A7A. Windows color (decimal): -3130147 or 14499024. OLE color: 14499024.
HSL color Cylindrical-coordinate representation of color #D03CDD: hue angle of 295.16º 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 #D03CDD is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 60 | 221 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.13 |
| HSL | 295.16º | 0.7% | 0.55% | - |
| HSV(B) | 295.16º | 0.73% | 0.87% | - |
| XYZ | 40.68 | 21.86 | 70.48 | - |
| YUV | 122.61 | 183.53 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 60 | 221 | 0.06 | 0.73 | 0 | 0.13 | 295.16 | 0.7 | 0.55 |
| Hex | D0 | 3C | DD | 6 | 49 | 0 | D | 127 | 46 | 37 |
| Octal | 320 | 74 | 335 | 6 | 111 | 0 | 15 | 447 | 106 | 67 |
| Binary | 11010000 | 111100 | 11011101 | 110 | 1001001 | 0 | 1101 | 100100111 | 1000110 | 110111 |
Color Harmonies of #D03CDD
Complementary color
Monochromatic Colors of #D03CDD
Black with #D03CDD
Text Example
Text Example
White with #D03CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03CDD; }
p { color: rgb(208,60,221); }
H1.HeaderClassName
{
color: #D03CDD;
}
.AnyTagClassName
{
color: #D03CDD;
}
</style>
background-color css
<style>
a { background-color: #D03CDD; }
a { background-color: rgb(208,60,221); }
div.DivClassName
{
background-color: #D03CDD;
}
.BgClassName
{
background-color: #D03CDD;
}
</style>
border-color css
<style>
span { border-color: #D03CDD; }
span { border-color: rgb(208,60,221); }
td.TdClassName
{
border-color: #D03CDD;
}
.TagClassName
{
border-color: #D03CDD;
}
</style>