Shades of Medium Orchid #C060CF
Tints of Medium Orchid #C060CF
RGB
CMYK
RGB Variations
Color information
#C060CF (or 0xC060CF) is known color: Medium Orchid. HEX triplet: C0, 60 and CF. RGB value is (192,96,207). Sum of RGB (Red+Green+Blue) = 192+96+207=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 96 (37.89% from 255 or 19.39% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #C060CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C060CF is #3F9F30. Grayscale: #898989. Windows color (decimal): -4169521 or 13590720. OLE color: 13590720.
HSL color Cylindrical-coordinate representation of color #C060CF: hue angle of 291.89º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C060CF is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 96 | 207 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.19 |
| HSL | 291.89º | 0.54% | 0.59% | - |
| HSV(B) | 291.89º | 0.54% | 0.81% | - |
| XYZ | 37.18 | 24.08 | 61.72 | - |
| YUV | 137.36 | 167.3 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 207 | 0.07 | 0.54 | 0 | 0.19 | 291.89 | 0.54 | 0.59 |
| Hex | C0 | 60 | CF | 7 | 36 | 0 | 13 | 124 | 36 | 3B |
| Octal | 300 | 140 | 317 | 7 | 66 | 0 | 23 | 444 | 66 | 73 |
| Binary | 11000000 | 1100000 | 11001111 | 111 | 110110 | 0 | 10011 | 100100100 | 110110 | 111011 |
Color Harmonies of #C060CF
Complementary color
Monochromatic Colors of #C060CF
Black with #C060CF
Text Example
Text Example
White with #C060CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C060CF; }
p { color: rgb(192,96,207); }
H1.HeaderClassName
{
color: #C060CF;
}
.AnyTagClassName
{
color: #C060CF;
}
</style>
background-color css
<style>
a { background-color: #C060CF; }
a { background-color: rgb(192,96,207); }
div.DivClassName
{
background-color: #C060CF;
}
.BgClassName
{
background-color: #C060CF;
}
</style>
border-color css
<style>
span { border-color: #C060CF; }
span { border-color: rgb(192,96,207); }
td.TdClassName
{
border-color: #C060CF;
}
.TagClassName
{
border-color: #C060CF;
}
</style>