Shades of Medium Orchid #C060EF
Tints of Medium Orchid #C060EF
RGB
CMYK
RGB Variations
Color information
#C060EF (or 0xC060EF) is known color: Medium Orchid. HEX triplet: C0, 60 and EF. RGB value is (192,96,239). Sum of RGB (Red+Green+Blue) = 192+96+239=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 96 (37.89% from 255 or 18.22% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #C060EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C060EF is #3F9F10. Grayscale: #8C8C8C. Windows color (decimal): -4169489 or 15687872. OLE color: 15687872.
HSL color Cylindrical-coordinate representation of color #C060EF: hue angle of 280.28º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C060EF is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 96 | 239 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.06 |
| HSL | 280.28º | 0.82% | 0.66% | - |
| HSV(B) | 280.28º | 0.6% | 0.94% | - |
| XYZ | 41.5 | 25.8 | 84.45 | - |
| YUV | 141.01 | 183.3 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 239 | 0.20 | 0.60 | 0 | 0.06 | 280.28 | 0.82 | 0.66 |
| Hex | C0 | 60 | EF | 14 | 3C | 0 | 6 | 118 | 52 | 42 |
| Octal | 300 | 140 | 357 | 24 | 74 | 0 | 6 | 430 | 122 | 102 |
| Binary | 11000000 | 1100000 | 11101111 | 10100 | 111100 | 0 | 110 | 100011000 | 1010010 | 1000010 |
Color Harmonies of #C060EF
Complementary color
Monochromatic Colors of #C060EF
Black with #C060EF
Text Example
Text Example
White with #C060EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C060EF; }
p { color: rgb(192,96,239); }
H1.HeaderClassName
{
color: #C060EF;
}
.AnyTagClassName
{
color: #C060EF;
}
</style>
background-color css
<style>
a { background-color: #C060EF; }
a { background-color: rgb(192,96,239); }
div.DivClassName
{
background-color: #C060EF;
}
.BgClassName
{
background-color: #C060EF;
}
</style>
border-color css
<style>
span { border-color: #C060EF; }
span { border-color: rgb(192,96,239); }
td.TdClassName
{
border-color: #C060EF;
}
.TagClassName
{
border-color: #C060EF;
}
</style>