Shades of Medium Orchid #D04CE1
Tints of Medium Orchid #D04CE1
RGB
CMYK
RGB Variations
Color information
#D04CE1 (or 0xD04CE1) is known color: Medium Orchid. HEX triplet: D0, 4C and E1. RGB value is (208,76,225). Sum of RGB (Red+Green+Blue) = 208+76+225=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 76 (30.08% from 255 or 14.93% from 509); Blue value is 225 (88.28% from 255 or 44.20% from 509); Max value from RGB is 225 - color contains mainly: blue. Hex color #D04CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04CE1 is #2FB31E. Grayscale: #838383. Windows color (decimal): -3126047 or 14765264. OLE color: 14765264.
HSL color Cylindrical-coordinate representation of color #D04CE1: hue angle of 293.15º degrees, saturation: 0.71, 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 #D04CE1 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 76 | 225 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.12 |
| HSL | 293.15º | 0.71% | 0.59% | - |
| HSV(B) | 293.15º | 0.66% | 0.88% | - |
| XYZ | 42.19 | 24.02 | 73.65 | - |
| YUV | 132.45 | 180.23 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 76 | 225 | 0.08 | 0.66 | 0 | 0.12 | 293.15 | 0.71 | 0.59 |
| Hex | D0 | 4C | E1 | 8 | 42 | 0 | C | 125 | 47 | 3B |
| Octal | 320 | 114 | 341 | 10 | 102 | 0 | 14 | 445 | 107 | 73 |
| Binary | 11010000 | 1001100 | 11100001 | 1000 | 1000010 | 0 | 1100 | 100100101 | 1000111 | 111011 |
Color Harmonies of #D04CE1
Complementary color
Monochromatic Colors of #D04CE1
Black with #D04CE1
Text Example
Text Example
White with #D04CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04CE1; }
p { color: rgb(208,76,225); }
H1.HeaderClassName
{
color: #D04CE1;
}
.AnyTagClassName
{
color: #D04CE1;
}
</style>
background-color css
<style>
a { background-color: #D04CE1; }
a { background-color: rgb(208,76,225); }
div.DivClassName
{
background-color: #D04CE1;
}
.BgClassName
{
background-color: #D04CE1;
}
</style>
border-color css
<style>
span { border-color: #D04CE1; }
span { border-color: rgb(208,76,225); }
td.TdClassName
{
border-color: #D04CE1;
}
.TagClassName
{
border-color: #D04CE1;
}
</style>