Shades of Medium Orchid #D04CEA
Tints of Medium Orchid #D04CEA
RGB
CMYK
RGB Variations
Color information
#D04CEA (or 0xD04CEA) is known color: Medium Orchid. HEX triplet: D0, 4C and EA. RGB value is (208,76,234). Sum of RGB (Red+Green+Blue) = 208+76+234=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 76 (30.08% from 255 or 14.67% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #D04CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D04CEA is #2FB315. Grayscale: #848484. Windows color (decimal): -3126038 or 15355088. OLE color: 15355088.
HSL color Cylindrical-coordinate representation of color #D04CEA: hue angle of 290.13º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D04CEA is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 76 | 234 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.08 |
| HSL | 290.13º | 0.79% | 0.61% | - |
| HSV(B) | 290.13º | 0.68% | 0.92% | - |
| XYZ | 43.45 | 24.52 | 80.28 | - |
| YUV | 133.48 | 184.73 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 76 | 234 | 0.11 | 0.68 | 0 | 0.08 | 290.13 | 0.79 | 0.61 |
| Hex | D0 | 4C | EA | B | 44 | 0 | 8 | 122 | 4F | 3D |
| Octal | 320 | 114 | 352 | 13 | 104 | 0 | 10 | 442 | 117 | 75 |
| Binary | 11010000 | 1001100 | 11101010 | 1011 | 1000100 | 0 | 1000 | 100100010 | 1001111 | 111101 |
Color Harmonies of #D04CEA
Complementary color
Monochromatic Colors of #D04CEA
Black with #D04CEA
Text Example
Text Example
White with #D04CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04CEA; }
p { color: rgb(208,76,234); }
H1.HeaderClassName
{
color: #D04CEA;
}
.AnyTagClassName
{
color: #D04CEA;
}
</style>
background-color css
<style>
a { background-color: #D04CEA; }
a { background-color: rgb(208,76,234); }
div.DivClassName
{
background-color: #D04CEA;
}
.BgClassName
{
background-color: #D04CEA;
}
</style>
border-color css
<style>
span { border-color: #D04CEA; }
span { border-color: rgb(208,76,234); }
td.TdClassName
{
border-color: #D04CEA;
}
.TagClassName
{
border-color: #D04CEA;
}
</style>