Shades of Medium Orchid #D03CDF
Tints of Medium Orchid #D03CDF
RGB
CMYK
RGB Variations
Color information
#D03CDF (or 0xD03CDF) is known color: Medium Orchid. HEX triplet: D0, 3C and DF. RGB value is (208,60,223). Sum of RGB (Red+Green+Blue) = 208+60+223=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 60 (23.83% from 255 or 12.22% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #D03CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03CDF is #2FC320. Grayscale: #7A7A7A. Windows color (decimal): -3130145 or 14630096. OLE color: 14630096.
HSL color Cylindrical-coordinate representation of color #D03CDF: hue angle of 294.48º degrees, saturation: 0.72, 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 #D03CDF is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 60 | 223 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.13 |
| HSL | 294.48º | 0.72% | 0.55% | - |
| HSV(B) | 294.48º | 0.73% | 0.87% | - |
| XYZ | 40.95 | 21.97 | 71.89 | - |
| YUV | 122.83 | 184.53 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 60 | 223 | 0.07 | 0.73 | 0 | 0.13 | 294.48 | 0.72 | 0.55 |
| Hex | D0 | 3C | DF | 7 | 49 | 0 | D | 126 | 48 | 37 |
| Octal | 320 | 74 | 337 | 7 | 111 | 0 | 15 | 446 | 110 | 67 |
| Binary | 11010000 | 111100 | 11011111 | 111 | 1001001 | 0 | 1101 | 100100110 | 1001000 | 110111 |
Color Harmonies of #D03CDF
Complementary color
Monochromatic Colors of #D03CDF
Black with #D03CDF
Text Example
Text Example
White with #D03CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03CDF; }
p { color: rgb(208,60,223); }
H1.HeaderClassName
{
color: #D03CDF;
}
.AnyTagClassName
{
color: #D03CDF;
}
</style>
background-color css
<style>
a { background-color: #D03CDF; }
a { background-color: rgb(208,60,223); }
div.DivClassName
{
background-color: #D03CDF;
}
.BgClassName
{
background-color: #D03CDF;
}
</style>
border-color css
<style>
span { border-color: #D03CDF; }
span { border-color: rgb(208,60,223); }
td.TdClassName
{
border-color: #D03CDF;
}
.TagClassName
{
border-color: #D03CDF;
}
</style>