Shades of Medium Orchid #D04CEE
Tints of Medium Orchid #D04CEE
RGB
CMYK
RGB Variations
Color information
#D04CEE (or 0xD04CEE) is known color: Medium Orchid. HEX triplet: D0, 4C and EE. RGB value is (208,76,238). Sum of RGB (Red+Green+Blue) = 208+76+238=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 76 (30.08% from 255 or 14.56% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #D04CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D04CEE is #2FB311. Grayscale: #858585. Windows color (decimal): -3126034 or 15617232. OLE color: 15617232.
HSL color Cylindrical-coordinate representation of color #D04CEE: hue angle of 288.89º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D04CEE is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 76 | 238 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.07 |
| HSL | 288.89º | 0.83% | 0.62% | - |
| HSV(B) | 288.89º | 0.68% | 0.93% | - |
| XYZ | 44.03 | 24.75 | 83.35 | - |
| YUV | 133.94 | 186.73 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 76 | 238 | 0.13 | 0.68 | 0 | 0.07 | 288.89 | 0.83 | 0.62 |
| Hex | D0 | 4C | EE | D | 44 | 0 | 7 | 121 | 53 | 3E |
| Octal | 320 | 114 | 356 | 15 | 104 | 0 | 7 | 441 | 123 | 76 |
| Binary | 11010000 | 1001100 | 11101110 | 1101 | 1000100 | 0 | 111 | 100100001 | 1010011 | 111110 |
Color Harmonies of #D04CEE
Complementary color
Monochromatic Colors of #D04CEE
Black with #D04CEE
Text Example
Text Example
White with #D04CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04CEE; }
p { color: rgb(208,76,238); }
H1.HeaderClassName
{
color: #D04CEE;
}
.AnyTagClassName
{
color: #D04CEE;
}
</style>
background-color css
<style>
a { background-color: #D04CEE; }
a { background-color: rgb(208,76,238); }
div.DivClassName
{
background-color: #D04CEE;
}
.BgClassName
{
background-color: #D04CEE;
}
</style>
border-color css
<style>
span { border-color: #D04CEE; }
span { border-color: rgb(208,76,238); }
td.TdClassName
{
border-color: #D04CEE;
}
.TagClassName
{
border-color: #D04CEE;
}
</style>