Shades of Medium Orchid #C060CC
Tints of Medium Orchid #C060CC
RGB
CMYK
RGB Variations
Color information
#C060CC (or 0xC060CC) is known color: Medium Orchid. HEX triplet: C0, 60 and CC. RGB value is (192,96,204). Sum of RGB (Red+Green+Blue) = 192+96+204=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 96 (37.89% from 255 or 19.51% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #C060CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C060CC is #3F9F33. Grayscale: #888888. Windows color (decimal): -4169524 or 13394112. OLE color: 13394112.
HSL color Cylindrical-coordinate representation of color #C060CC: hue angle of 293.33º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C060CC is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 96 | 204 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.2 |
| HSL | 293.33º | 0.51% | 0.59% | - |
| HSV(B) | 293.33º | 0.53% | 0.8% | - |
| XYZ | 36.82 | 23.93 | 59.81 | - |
| YUV | 137.02 | 165.8 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 204 | 0.06 | 0.53 | 0 | 0.2 | 293.33 | 0.51 | 0.59 |
| Hex | C0 | 60 | CC | 6 | 35 | 0 | 14 | 125 | 33 | 3B |
| Octal | 300 | 140 | 314 | 6 | 65 | 0 | 24 | 445 | 63 | 73 |
| Binary | 11000000 | 1100000 | 11001100 | 110 | 110101 | 0 | 10100 | 100100101 | 110011 | 111011 |
Color Harmonies of #C060CC
Complementary color
Monochromatic Colors of #C060CC
Black with #C060CC
Text Example
Text Example
White with #C060CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C060CC; }
p { color: rgb(192,96,204); }
H1.HeaderClassName
{
color: #C060CC;
}
.AnyTagClassName
{
color: #C060CC;
}
</style>
background-color css
<style>
a { background-color: #C060CC; }
a { background-color: rgb(192,96,204); }
div.DivClassName
{
background-color: #C060CC;
}
.BgClassName
{
background-color: #C060CC;
}
</style>
border-color css
<style>
span { border-color: #C060CC; }
span { border-color: rgb(192,96,204); }
td.TdClassName
{
border-color: #C060CC;
}
.TagClassName
{
border-color: #C060CC;
}
</style>