Shades of Medium Orchid #D04CE0
Tints of Medium Orchid #D04CE0
RGB
CMYK
RGB Variations
Color information
#D04CE0 (or 0xD04CE0) is known color: Medium Orchid. HEX triplet: D0, 4C and E0. RGB value is (208,76,224). Sum of RGB (Red+Green+Blue) = 208+76+224=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 76 (30.08% from 255 or 14.96% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 224 - color contains mainly: blue. Hex color #D04CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04CE0 is #2FB31F. Grayscale: #838383. Windows color (decimal): -3126048 or 14699728. OLE color: 14699728.
HSL color Cylindrical-coordinate representation of color #D04CE0: hue angle of 293.51º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D04CE0 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 76 | 224 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.12 |
| HSL | 293.51º | 0.7% | 0.59% | - |
| HSV(B) | 293.51º | 0.66% | 0.88% | - |
| XYZ | 42.05 | 23.96 | 72.93 | - |
| YUV | 132.34 | 179.73 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 76 | 224 | 0.07 | 0.66 | 0 | 0.12 | 293.51 | 0.7 | 0.59 |
| Hex | D0 | 4C | E0 | 7 | 42 | 0 | C | 126 | 46 | 3B |
| Octal | 320 | 114 | 340 | 7 | 102 | 0 | 14 | 446 | 106 | 73 |
| Binary | 11010000 | 1001100 | 11100000 | 111 | 1000010 | 0 | 1100 | 100100110 | 1000110 | 111011 |
Color Harmonies of #D04CE0
Complementary color
Monochromatic Colors of #D04CE0
Black with #D04CE0
Text Example
Text Example
White with #D04CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04CE0; }
p { color: rgb(208,76,224); }
H1.HeaderClassName
{
color: #D04CE0;
}
.AnyTagClassName
{
color: #D04CE0;
}
</style>
background-color css
<style>
a { background-color: #D04CE0; }
a { background-color: rgb(208,76,224); }
div.DivClassName
{
background-color: #D04CE0;
}
.BgClassName
{
background-color: #D04CE0;
}
</style>
border-color css
<style>
span { border-color: #D04CE0; }
span { border-color: rgb(208,76,224); }
td.TdClassName
{
border-color: #D04CE0;
}
.TagClassName
{
border-color: #D04CE0;
}
</style>