Shades of Medium Orchid #C060EB
Tints of Medium Orchid #C060EB
RGB
CMYK
RGB Variations
Color information
#C060EB (or 0xC060EB) is known color: Medium Orchid. HEX triplet: C0, 60 and EB. RGB value is (192,96,235). Sum of RGB (Red+Green+Blue) = 192+96+235=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 96 (37.89% from 255 or 18.36% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #C060EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C060EB is #3F9F14. Grayscale: #8C8C8C. Windows color (decimal): -4169493 or 15425728. OLE color: 15425728.
HSL color Cylindrical-coordinate representation of color #C060EB: hue angle of 281.44º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C060EB is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 96 | 235 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.08 |
| HSL | 281.44º | 0.78% | 0.65% | - |
| HSV(B) | 281.44º | 0.59% | 0.92% | - |
| XYZ | 40.92 | 25.57 | 81.38 | - |
| YUV | 140.55 | 181.3 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 235 | 0.18 | 0.59 | 0 | 0.08 | 281.44 | 0.78 | 0.65 |
| Hex | C0 | 60 | EB | 12 | 3B | 0 | 8 | 119 | 4E | 41 |
| Octal | 300 | 140 | 353 | 22 | 73 | 0 | 10 | 431 | 116 | 101 |
| Binary | 11000000 | 1100000 | 11101011 | 10010 | 111011 | 0 | 1000 | 100011001 | 1001110 | 1000001 |
Color Harmonies of #C060EB
Complementary color
Monochromatic Colors of #C060EB
Black with #C060EB
Text Example
Text Example
White with #C060EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C060EB; }
p { color: rgb(192,96,235); }
H1.HeaderClassName
{
color: #C060EB;
}
.AnyTagClassName
{
color: #C060EB;
}
</style>
background-color css
<style>
a { background-color: #C060EB; }
a { background-color: rgb(192,96,235); }
div.DivClassName
{
background-color: #C060EB;
}
.BgClassName
{
background-color: #C060EB;
}
</style>
border-color css
<style>
span { border-color: #C060EB; }
span { border-color: rgb(192,96,235); }
td.TdClassName
{
border-color: #C060EB;
}
.TagClassName
{
border-color: #C060EB;
}
</style>