Shades of Medium Orchid #C04FCC
Tints of Medium Orchid #C04FCC
RGB
CMYK
RGB Variations
Color information
#C04FCC (or 0xC04FCC) is known color: Medium Orchid. HEX triplet: C0, 4F and CC. RGB value is (192,79,204). Sum of RGB (Red+Green+Blue) = 192+79+204=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 79 (31.25% from 255 or 16.63% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #C04FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04FCC is #3FB033. Grayscale: #7E7E7E. Windows color (decimal): -4173876 or 13389760. OLE color: 13389760.
HSL color Cylindrical-coordinate representation of color #C04FCC: hue angle of 294.24º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04FCC is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 79 | 204 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.2 |
| HSL | 294.24º | 0.55% | 0.55% | - |
| HSV(B) | 294.24º | 0.61% | 0.8% | - |
| XYZ | 35.43 | 21.16 | 59.34 | - |
| YUV | 127.04 | 171.44 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 204 | 0.06 | 0.61 | 0 | 0.2 | 294.24 | 0.55 | 0.55 |
| Hex | C0 | 4F | CC | 6 | 3D | 0 | 14 | 126 | 37 | 37 |
| Octal | 300 | 117 | 314 | 6 | 75 | 0 | 24 | 446 | 67 | 67 |
| Binary | 11000000 | 1001111 | 11001100 | 110 | 111101 | 0 | 10100 | 100100110 | 110111 | 110111 |
Color Harmonies of #C04FCC
Complementary color
Monochromatic Colors of #C04FCC
Black with #C04FCC
Text Example
Text Example
White with #C04FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04FCC; }
p { color: rgb(192,79,204); }
H1.HeaderClassName
{
color: #C04FCC;
}
.AnyTagClassName
{
color: #C04FCC;
}
</style>
background-color css
<style>
a { background-color: #C04FCC; }
a { background-color: rgb(192,79,204); }
div.DivClassName
{
background-color: #C04FCC;
}
.BgClassName
{
background-color: #C04FCC;
}
</style>
border-color css
<style>
span { border-color: #C04FCC; }
span { border-color: rgb(192,79,204); }
td.TdClassName
{
border-color: #C04FCC;
}
.TagClassName
{
border-color: #C04FCC;
}
</style>