Shades of Medium Orchid #C060CD
Tints of Medium Orchid #C060CD
RGB
CMYK
RGB Variations
Color information
#C060CD (or 0xC060CD) is known color: Medium Orchid. HEX triplet: C0, 60 and CD. RGB value is (192,96,205). Sum of RGB (Red+Green+Blue) = 192+96+205=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 96 (37.89% from 255 or 19.47% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #C060CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C060CD is #3F9F32. Grayscale: #888888. Windows color (decimal): -4169523 or 13459648. OLE color: 13459648.
HSL color Cylindrical-coordinate representation of color #C060CD: hue angle of 292.84º degrees, saturation: 0.52, 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 #C060CD is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 96 | 205 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.20 |
| HSL | 292.84º | 0.52% | 0.59% | - |
| HSV(B) | 292.84º | 0.53% | 0.8% | - |
| XYZ | 36.94 | 23.98 | 60.44 | - |
| YUV | 137.13 | 166.3 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 205 | 0.06 | 0.53 | 0 | 0.20 | 292.84 | 0.52 | 0.59 |
| Hex | C0 | 60 | CD | 6 | 35 | 0 | 14 | 125 | 34 | 3B |
| Octal | 300 | 140 | 315 | 6 | 65 | 0 | 24 | 445 | 64 | 73 |
| Binary | 11000000 | 1100000 | 11001101 | 110 | 110101 | 0 | 10100 | 100100101 | 110100 | 111011 |
Color Harmonies of #C060CD
Complementary color
Monochromatic Colors of #C060CD
Black with #C060CD
Text Example
Text Example
White with #C060CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C060CD; }
p { color: rgb(192,96,205); }
H1.HeaderClassName
{
color: #C060CD;
}
.AnyTagClassName
{
color: #C060CD;
}
</style>
background-color css
<style>
a { background-color: #C060CD; }
a { background-color: rgb(192,96,205); }
div.DivClassName
{
background-color: #C060CD;
}
.BgClassName
{
background-color: #C060CD;
}
</style>
border-color css
<style>
span { border-color: #C060CD; }
span { border-color: rgb(192,96,205); }
td.TdClassName
{
border-color: #C060CD;
}
.TagClassName
{
border-color: #C060CD;
}
</style>