Shades of Medium Orchid #C04DCC
Tints of Medium Orchid #C04DCC
RGB
CMYK
RGB Variations
Color information
#C04DCC (or 0xC04DCC) is known color: Medium Orchid. HEX triplet: C0, 4D and CC. RGB value is (192,77,204). Sum of RGB (Red+Green+Blue) = 192+77+204=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 77 (30.47% from 255 or 16.28% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #C04DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04DCC is #3FB233. Grayscale: #7D7D7D. Windows color (decimal): -4174388 or 13389248. OLE color: 13389248.
HSL color Cylindrical-coordinate representation of color #C04DCC: hue angle of 294.33º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C04DCC is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 77 | 204 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.2 |
| HSL | 294.33º | 0.55% | 0.55% | - |
| HSV(B) | 294.33º | 0.62% | 0.8% | - |
| XYZ | 35.29 | 20.87 | 59.3 | - |
| YUV | 125.86 | 172.1 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 204 | 0.06 | 0.62 | 0 | 0.2 | 294.33 | 0.55 | 0.55 |
| Hex | C0 | 4D | CC | 6 | 3E | 0 | 14 | 126 | 37 | 37 |
| Octal | 300 | 115 | 314 | 6 | 76 | 0 | 24 | 446 | 67 | 67 |
| Binary | 11000000 | 1001101 | 11001100 | 110 | 111110 | 0 | 10100 | 100100110 | 110111 | 110111 |
Color Harmonies of #C04DCC
Complementary color
Monochromatic Colors of #C04DCC
Black with #C04DCC
Text Example
Text Example
White with #C04DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04DCC; }
p { color: rgb(192,77,204); }
H1.HeaderClassName
{
color: #C04DCC;
}
.AnyTagClassName
{
color: #C04DCC;
}
</style>
background-color css
<style>
a { background-color: #C04DCC; }
a { background-color: rgb(192,77,204); }
div.DivClassName
{
background-color: #C04DCC;
}
.BgClassName
{
background-color: #C04DCC;
}
</style>
border-color css
<style>
span { border-color: #C04DCC; }
span { border-color: rgb(192,77,204); }
td.TdClassName
{
border-color: #C04DCC;
}
.TagClassName
{
border-color: #C04DCC;
}
</style>