Shades of Medium Orchid #C160EA
Tints of Medium Orchid #C160EA
RGB
CMYK
RGB Variations
Color information
#C160EA (or 0xC160EA) is known color: Medium Orchid. HEX triplet: C1, 60 and EA. RGB value is (193,96,234). Sum of RGB (Red+Green+Blue) = 193+96+234=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 96 (37.89% from 255 or 18.36% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #C160EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C160EA is #3E9F15. Grayscale: #8C8C8C. Windows color (decimal): -4103958 or 15360193. OLE color: 15360193.
HSL color Cylindrical-coordinate representation of color #C160EA: hue angle of 282.17º degrees, saturation: 0.77, 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 #C160EA is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 96 | 234 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.08 |
| HSL | 282.17º | 0.77% | 0.65% | - |
| HSV(B) | 282.17º | 0.59% | 0.92% | - |
| XYZ | 41.03 | 25.64 | 80.63 | - |
| YUV | 140.74 | 180.64 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 96 | 234 | 0.18 | 0.59 | 0 | 0.08 | 282.17 | 0.77 | 0.65 |
| Hex | C1 | 60 | EA | 12 | 3B | 0 | 8 | 11A | 4D | 41 |
| Octal | 301 | 140 | 352 | 22 | 73 | 0 | 10 | 432 | 115 | 101 |
| Binary | 11000001 | 1100000 | 11101010 | 10010 | 111011 | 0 | 1000 | 100011010 | 1001101 | 1000001 |
Color Harmonies of #C160EA
Complementary color
Monochromatic Colors of #C160EA
Black with #C160EA
Text Example
Text Example
White with #C160EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C160EA; }
p { color: rgb(193,96,234); }
H1.HeaderClassName
{
color: #C160EA;
}
.AnyTagClassName
{
color: #C160EA;
}
</style>
background-color css
<style>
a { background-color: #C160EA; }
a { background-color: rgb(193,96,234); }
div.DivClassName
{
background-color: #C160EA;
}
.BgClassName
{
background-color: #C160EA;
}
</style>
border-color css
<style>
span { border-color: #C160EA; }
span { border-color: rgb(193,96,234); }
td.TdClassName
{
border-color: #C160EA;
}
.TagClassName
{
border-color: #C160EA;
}
</style>