Shades of Medium Orchid #C060DC
Tints of Medium Orchid #C060DC
RGB
CMYK
RGB Variations
Color information
#C060DC (or 0xC060DC) is known color: Medium Orchid. HEX triplet: C0, 60 and DC. RGB value is (192,96,220). Sum of RGB (Red+Green+Blue) = 192+96+220=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 96 (37.89% from 255 or 18.90% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #C060DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C060DC is #3F9F23. Grayscale: #8A8A8A. Windows color (decimal): -4169508 or 14442688. OLE color: 14442688.
HSL color Cylindrical-coordinate representation of color #C060DC: hue angle of 286.45º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C060DC is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 96 | 220 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.14 |
| HSL | 286.45º | 0.64% | 0.62% | - |
| HSV(B) | 286.45º | 0.56% | 0.86% | - |
| XYZ | 38.84 | 24.74 | 70.44 | - |
| YUV | 138.84 | 173.8 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 220 | 0.13 | 0.56 | 0 | 0.14 | 286.45 | 0.64 | 0.62 |
| Hex | C0 | 60 | DC | D | 38 | 0 | E | 11E | 40 | 3E |
| Octal | 300 | 140 | 334 | 15 | 70 | 0 | 16 | 436 | 100 | 76 |
| Binary | 11000000 | 1100000 | 11011100 | 1101 | 111000 | 0 | 1110 | 100011110 | 1000000 | 111110 |
Color Harmonies of #C060DC
Complementary color
Monochromatic Colors of #C060DC
Black with #C060DC
Text Example
Text Example
White with #C060DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C060DC; }
p { color: rgb(192,96,220); }
H1.HeaderClassName
{
color: #C060DC;
}
.AnyTagClassName
{
color: #C060DC;
}
</style>
background-color css
<style>
a { background-color: #C060DC; }
a { background-color: rgb(192,96,220); }
div.DivClassName
{
background-color: #C060DC;
}
.BgClassName
{
background-color: #C060DC;
}
</style>
border-color css
<style>
span { border-color: #C060DC; }
span { border-color: rgb(192,96,220); }
td.TdClassName
{
border-color: #C060DC;
}
.TagClassName
{
border-color: #C060DC;
}
</style>