Shades of Medium Orchid #C04DEC
Tints of Medium Orchid #C04DEC
RGB
CMYK
RGB Variations
Color information
#C04DEC (or 0xC04DEC) is known color: Medium Orchid. HEX triplet: C0, 4D and EC. RGB value is (192,77,236). Sum of RGB (Red+Green+Blue) = 192+77+236=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 77 (30.47% from 255 or 15.25% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #C04DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C04DEC is #3FB213. Grayscale: #808080. Windows color (decimal): -4174356 or 15486400. OLE color: 15486400.
HSL color Cylindrical-coordinate representation of color #C04DEC: hue angle of 283.4º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C04DEC is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 77 | 236 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.07 |
| HSL | 283.4º | 0.81% | 0.61% | - |
| HSV(B) | 283.4º | 0.67% | 0.93% | - |
| XYZ | 39.53 | 22.57 | 81.63 | - |
| YUV | 129.51 | 188.1 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 236 | 0.19 | 0.67 | 0 | 0.07 | 283.4 | 0.81 | 0.61 |
| Hex | C0 | 4D | EC | 13 | 43 | 0 | 7 | 11B | 51 | 3D |
| Octal | 300 | 115 | 354 | 23 | 103 | 0 | 7 | 433 | 121 | 75 |
| Binary | 11000000 | 1001101 | 11101100 | 10011 | 1000011 | 0 | 111 | 100011011 | 1010001 | 111101 |
Color Harmonies of #C04DEC
Complementary color
Monochromatic Colors of #C04DEC
Black with #C04DEC
Text Example
Text Example
White with #C04DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04DEC; }
p { color: rgb(192,77,236); }
H1.HeaderClassName
{
color: #C04DEC;
}
.AnyTagClassName
{
color: #C04DEC;
}
</style>
background-color css
<style>
a { background-color: #C04DEC; }
a { background-color: rgb(192,77,236); }
div.DivClassName
{
background-color: #C04DEC;
}
.BgClassName
{
background-color: #C04DEC;
}
</style>
border-color css
<style>
span { border-color: #C04DEC; }
span { border-color: rgb(192,77,236); }
td.TdClassName
{
border-color: #C04DEC;
}
.TagClassName
{
border-color: #C04DEC;
}
</style>