Shades of Medium Orchid #C05CCC
Tints of Medium Orchid #C05CCC
RGB
CMYK
RGB Variations
Color information
#C05CCC (or 0xC05CCC) is known color: Medium Orchid. HEX triplet: C0, 5C and CC. RGB value is (192,92,204). Sum of RGB (Red+Green+Blue) = 192+92+204=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 92 (36.33% from 255 or 18.85% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #C05CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05CCC is #3FA333. Grayscale: #868686. Windows color (decimal): -4170548 or 13393088. OLE color: 13393088.
HSL color Cylindrical-coordinate representation of color #C05CCC: hue angle of 293.57º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C05CCC is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 92 | 204 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.2 |
| HSL | 293.57º | 0.52% | 0.58% | - |
| HSV(B) | 293.57º | 0.55% | 0.8% | - |
| XYZ | 36.46 | 23.22 | 59.69 | - |
| YUV | 134.67 | 167.13 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 204 | 0.06 | 0.55 | 0 | 0.2 | 293.57 | 0.52 | 0.58 |
| Hex | C0 | 5C | CC | 6 | 37 | 0 | 14 | 126 | 34 | 3A |
| Octal | 300 | 134 | 314 | 6 | 67 | 0 | 24 | 446 | 64 | 72 |
| Binary | 11000000 | 1011100 | 11001100 | 110 | 110111 | 0 | 10100 | 100100110 | 110100 | 111010 |
Color Harmonies of #C05CCC
Complementary color
Monochromatic Colors of #C05CCC
Black with #C05CCC
Text Example
Text Example
White with #C05CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05CCC; }
p { color: rgb(192,92,204); }
H1.HeaderClassName
{
color: #C05CCC;
}
.AnyTagClassName
{
color: #C05CCC;
}
</style>
background-color css
<style>
a { background-color: #C05CCC; }
a { background-color: rgb(192,92,204); }
div.DivClassName
{
background-color: #C05CCC;
}
.BgClassName
{
background-color: #C05CCC;
}
</style>
border-color css
<style>
span { border-color: #C05CCC; }
span { border-color: rgb(192,92,204); }
td.TdClassName
{
border-color: #C05CCC;
}
.TagClassName
{
border-color: #C05CCC;
}
</style>