Shades of Medium Orchid #C060DA
Tints of Medium Orchid #C060DA
RGB
CMYK
RGB Variations
Color information
#C060DA (or 0xC060DA) is known color: Medium Orchid. HEX triplet: C0, 60 and DA. RGB value is (192,96,218). Sum of RGB (Red+Green+Blue) = 192+96+218=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 96 (37.89% from 255 or 18.97% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #C060DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C060DA is #3F9F25. Grayscale: #8A8A8A. Windows color (decimal): -4169510 or 14311616. OLE color: 14311616.
HSL color Cylindrical-coordinate representation of color #C060DA: hue angle of 287.21º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C060DA is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 96 | 218 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.15 |
| HSL | 287.21º | 0.62% | 0.62% | - |
| HSV(B) | 287.21º | 0.56% | 0.85% | - |
| XYZ | 38.58 | 24.63 | 69.05 | - |
| YUV | 138.61 | 172.8 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 218 | 0.12 | 0.56 | 0 | 0.15 | 287.21 | 0.62 | 0.62 |
| Hex | C0 | 60 | DA | C | 38 | 0 | F | 11F | 3E | 3E |
| Octal | 300 | 140 | 332 | 14 | 70 | 0 | 17 | 437 | 76 | 76 |
| Binary | 11000000 | 1100000 | 11011010 | 1100 | 111000 | 0 | 1111 | 100011111 | 111110 | 111110 |
Color Harmonies of #C060DA
Complementary color
Monochromatic Colors of #C060DA
Black with #C060DA
Text Example
Text Example
White with #C060DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C060DA; }
p { color: rgb(192,96,218); }
H1.HeaderClassName
{
color: #C060DA;
}
.AnyTagClassName
{
color: #C060DA;
}
</style>
background-color css
<style>
a { background-color: #C060DA; }
a { background-color: rgb(192,96,218); }
div.DivClassName
{
background-color: #C060DA;
}
.BgClassName
{
background-color: #C060DA;
}
</style>
border-color css
<style>
span { border-color: #C060DA; }
span { border-color: rgb(192,96,218); }
td.TdClassName
{
border-color: #C060DA;
}
.TagClassName
{
border-color: #C060DA;
}
</style>