Shades of Medium Orchid #D03CE0
Tints of Medium Orchid #D03CE0
RGB
CMYK
RGB Variations
Color information
#D03CE0 (or 0xD03CE0) is known color: Medium Orchid. HEX triplet: D0, 3C and E0. RGB value is (208,60,224). Sum of RGB (Red+Green+Blue) = 208+60+224=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 60 (23.83% from 255 or 12.20% from 492); Blue value is 224 (87.89% from 255 or 45.53% from 492); Max value from RGB is 224 - color contains mainly: blue. Hex color #D03CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03CE0 is #2FC31F. Grayscale: #7A7A7A. Windows color (decimal): -3130144 or 14695632. OLE color: 14695632.
HSL color Cylindrical-coordinate representation of color #D03CE0: hue angle of 294.15º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D03CE0 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 60 | 224 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.12 |
| HSL | 294.15º | 0.73% | 0.56% | - |
| HSV(B) | 294.15º | 0.73% | 0.88% | - |
| XYZ | 41.08 | 22.02 | 72.61 | - |
| YUV | 122.95 | 185.03 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 60 | 224 | 0.07 | 0.73 | 0 | 0.12 | 294.15 | 0.73 | 0.56 |
| Hex | D0 | 3C | E0 | 7 | 49 | 0 | C | 126 | 49 | 38 |
| Octal | 320 | 74 | 340 | 7 | 111 | 0 | 14 | 446 | 111 | 70 |
| Binary | 11010000 | 111100 | 11100000 | 111 | 1001001 | 0 | 1100 | 100100110 | 1001001 | 111000 |
Color Harmonies of #D03CE0
Complementary color
Monochromatic Colors of #D03CE0
Black with #D03CE0
Text Example
Text Example
White with #D03CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03CE0; }
p { color: rgb(208,60,224); }
H1.HeaderClassName
{
color: #D03CE0;
}
.AnyTagClassName
{
color: #D03CE0;
}
</style>
background-color css
<style>
a { background-color: #D03CE0; }
a { background-color: rgb(208,60,224); }
div.DivClassName
{
background-color: #D03CE0;
}
.BgClassName
{
background-color: #D03CE0;
}
</style>
border-color css
<style>
span { border-color: #D03CE0; }
span { border-color: rgb(208,60,224); }
td.TdClassName
{
border-color: #D03CE0;
}
.TagClassName
{
border-color: #D03CE0;
}
</style>