Shades of Medium Orchid #C060E9
Tints of Medium Orchid #C060E9
RGB
CMYK
RGB Variations
Color information
#C060E9 (or 0xC060E9) is known color: Medium Orchid. HEX triplet: C0, 60 and E9. RGB value is (192,96,233). Sum of RGB (Red+Green+Blue) = 192+96+233=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 96 (37.89% from 255 or 18.43% from 521); Blue value is 233 (91.41% from 255 or 44.72% from 521); Max value from RGB is 233 - color contains mainly: blue. Hex color #C060E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C060E9 is #3F9F16. Grayscale: #8B8B8B. Windows color (decimal): -4169495 or 15294656. OLE color: 15294656.
HSL color Cylindrical-coordinate representation of color #C060E9: hue angle of 282.04º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C060E9 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 96 | 233 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.09 |
| HSL | 282.04º | 0.76% | 0.65% | - |
| HSV(B) | 282.04º | 0.59% | 0.91% | - |
| XYZ | 40.63 | 25.46 | 79.86 | - |
| YUV | 140.32 | 180.3 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 233 | 0.18 | 0.59 | 0 | 0.09 | 282.04 | 0.76 | 0.65 |
| Hex | C0 | 60 | E9 | 12 | 3B | 0 | 9 | 11A | 4C | 41 |
| Octal | 300 | 140 | 351 | 22 | 73 | 0 | 11 | 432 | 114 | 101 |
| Binary | 11000000 | 1100000 | 11101001 | 10010 | 111011 | 0 | 1001 | 100011010 | 1001100 | 1000001 |
Color Harmonies of #C060E9
Complementary color
Monochromatic Colors of #C060E9
Black with #C060E9
Text Example
Text Example
White with #C060E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C060E9; }
p { color: rgb(192,96,233); }
H1.HeaderClassName
{
color: #C060E9;
}
.AnyTagClassName
{
color: #C060E9;
}
</style>
background-color css
<style>
a { background-color: #C060E9; }
a { background-color: rgb(192,96,233); }
div.DivClassName
{
background-color: #C060E9;
}
.BgClassName
{
background-color: #C060E9;
}
</style>
border-color css
<style>
span { border-color: #C060E9; }
span { border-color: rgb(192,96,233); }
td.TdClassName
{
border-color: #C060E9;
}
.TagClassName
{
border-color: #C060E9;
}
</style>