Shades of Medium Orchid #C04CCC
Tints of Medium Orchid #C04CCC
RGB
CMYK
RGB Variations
Color information
#C04CCC (or 0xC04CCC) is known color: Medium Orchid. HEX triplet: C0, 4C and CC. RGB value is (192,76,204). Sum of RGB (Red+Green+Blue) = 192+76+204=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 76 (30.08% from 255 or 16.10% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #C04CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04CCC is #3FB333. Grayscale: #7C7C7C. Windows color (decimal): -4174644 or 13388992. OLE color: 13388992.
HSL color Cylindrical-coordinate representation of color #C04CCC: hue angle of 294.38º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C04CCC is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 76 | 204 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.2 |
| HSL | 294.38º | 0.56% | 0.55% | - |
| HSV(B) | 294.38º | 0.63% | 0.8% | - |
| XYZ | 35.22 | 20.73 | 59.27 | - |
| YUV | 125.28 | 172.43 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 204 | 0.06 | 0.63 | 0 | 0.2 | 294.38 | 0.56 | 0.55 |
| Hex | C0 | 4C | CC | 6 | 3F | 0 | 14 | 126 | 38 | 37 |
| Octal | 300 | 114 | 314 | 6 | 77 | 0 | 24 | 446 | 70 | 67 |
| Binary | 11000000 | 1001100 | 11001100 | 110 | 111111 | 0 | 10100 | 100100110 | 111000 | 110111 |
Color Harmonies of #C04CCC
Complementary color
Monochromatic Colors of #C04CCC
Black with #C04CCC
Text Example
Text Example
White with #C04CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04CCC; }
p { color: rgb(192,76,204); }
H1.HeaderClassName
{
color: #C04CCC;
}
.AnyTagClassName
{
color: #C04CCC;
}
</style>
background-color css
<style>
a { background-color: #C04CCC; }
a { background-color: rgb(192,76,204); }
div.DivClassName
{
background-color: #C04CCC;
}
.BgClassName
{
background-color: #C04CCC;
}
</style>
border-color css
<style>
span { border-color: #C04CCC; }
span { border-color: rgb(192,76,204); }
td.TdClassName
{
border-color: #C04CCC;
}
.TagClassName
{
border-color: #C04CCC;
}
</style>