Shades of Medium Orchid #C060DF
Tints of Medium Orchid #C060DF
RGB
CMYK
RGB Variations
Color information
#C060DF (or 0xC060DF) is known color: Medium Orchid. HEX triplet: C0, 60 and DF. RGB value is (192,96,223). Sum of RGB (Red+Green+Blue) = 192+96+223=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 96 (37.89% from 255 or 18.79% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #C060DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C060DF is #3F9F20. Grayscale: #8A8A8A. Windows color (decimal): -4169505 or 14639296. OLE color: 14639296.
HSL color Cylindrical-coordinate representation of color #C060DF: hue angle of 285.35º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C060DF is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 96 | 223 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.13 |
| HSL | 285.35º | 0.66% | 0.63% | - |
| HSV(B) | 285.35º | 0.57% | 0.87% | - |
| XYZ | 39.24 | 24.9 | 72.55 | - |
| YUV | 139.18 | 175.3 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 223 | 0.14 | 0.57 | 0 | 0.13 | 285.35 | 0.66 | 0.63 |
| Hex | C0 | 60 | DF | E | 39 | 0 | D | 11D | 42 | 3F |
| Octal | 300 | 140 | 337 | 16 | 71 | 0 | 15 | 435 | 102 | 77 |
| Binary | 11000000 | 1100000 | 11011111 | 1110 | 111001 | 0 | 1101 | 100011101 | 1000010 | 111111 |
Color Harmonies of #C060DF
Complementary color
Monochromatic Colors of #C060DF
Black with #C060DF
Text Example
Text Example
White with #C060DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C060DF; }
p { color: rgb(192,96,223); }
H1.HeaderClassName
{
color: #C060DF;
}
.AnyTagClassName
{
color: #C060DF;
}
</style>
background-color css
<style>
a { background-color: #C060DF; }
a { background-color: rgb(192,96,223); }
div.DivClassName
{
background-color: #C060DF;
}
.BgClassName
{
background-color: #C060DF;
}
</style>
border-color css
<style>
span { border-color: #C060DF; }
span { border-color: rgb(192,96,223); }
td.TdClassName
{
border-color: #C060DF;
}
.TagClassName
{
border-color: #C060DF;
}
</style>