Shades of Medium Orchid #C160F0
Tints of Medium Orchid #C160F0
RGB
CMYK
RGB Variations
Color information
#C160F0 (or 0xC160F0) is known color: Medium Orchid. HEX triplet: C1, 60 and F0. RGB value is (193,96,240). Sum of RGB (Red+Green+Blue) = 193+96+240=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 96 (37.89% from 255 or 18.15% from 529); Blue value is 240 (94.14% from 255 or 45.37% from 529); Max value from RGB is 240 - color contains mainly: blue. Hex color #C160F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C160F0 is #3E9F0F. Grayscale: #8C8C8C. Windows color (decimal): -4103952 or 15753409. OLE color: 15753409.
HSL color Cylindrical-coordinate representation of color #C160F0: hue angle of 280.42º degrees, saturation: 0.83, 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 #C160F0 is Cyan = 0.20, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 96 | 240 | - |
| CMYK | 0.20 | 0.6 | 0 | 0.06 |
| HSL | 280.42º | 0.83% | 0.66% | - |
| HSV(B) | 280.42º | 0.6% | 0.94% | - |
| XYZ | 41.9 | 25.99 | 85.25 | - |
| YUV | 141.42 | 183.64 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 96 | 240 | 0.20 | 0.6 | 0 | 0.06 | 280.42 | 0.83 | 0.66 |
| Hex | C1 | 60 | F0 | 14 | 3C | 0 | 6 | 118 | 53 | 42 |
| Octal | 301 | 140 | 360 | 24 | 74 | 0 | 6 | 430 | 123 | 102 |
| Binary | 11000001 | 1100000 | 11110000 | 10100 | 111100 | 0 | 110 | 100011000 | 1010011 | 1000010 |
Color Harmonies of #C160F0
Complementary color
Monochromatic Colors of #C160F0
Black with #C160F0
Text Example
Text Example
White with #C160F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C160F0; }
p { color: rgb(193,96,240); }
H1.HeaderClassName
{
color: #C160F0;
}
.AnyTagClassName
{
color: #C160F0;
}
</style>
background-color css
<style>
a { background-color: #C160F0; }
a { background-color: rgb(193,96,240); }
div.DivClassName
{
background-color: #C160F0;
}
.BgClassName
{
background-color: #C160F0;
}
</style>
border-color css
<style>
span { border-color: #C160F0; }
span { border-color: rgb(193,96,240); }
td.TdClassName
{
border-color: #C160F0;
}
.TagClassName
{
border-color: #C160F0;
}
</style>