Shades of Medium Orchid #C160EE
Tints of Medium Orchid #C160EE
RGB
CMYK
RGB Variations
Color information
#C160EE (or 0xC160EE) is known color: Medium Orchid. HEX triplet: C1, 60 and EE. RGB value is (193,96,238). Sum of RGB (Red+Green+Blue) = 193+96+238=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 96 (37.89% from 255 or 18.22% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #C160EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C160EE is #3E9F11. Grayscale: #8C8C8C. Windows color (decimal): -4103954 or 15622337. OLE color: 15622337.
HSL color Cylindrical-coordinate representation of color #C160EE: hue angle of 280.99º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C160EE is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 96 | 238 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.07 |
| HSL | 280.99º | 0.81% | 0.65% | - |
| HSV(B) | 280.99º | 0.6% | 0.93% | - |
| XYZ | 41.61 | 25.88 | 83.69 | - |
| YUV | 141.19 | 182.64 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 96 | 238 | 0.19 | 0.60 | 0 | 0.07 | 280.99 | 0.81 | 0.65 |
| Hex | C1 | 60 | EE | 13 | 3C | 0 | 7 | 119 | 51 | 41 |
| Octal | 301 | 140 | 356 | 23 | 74 | 0 | 7 | 431 | 121 | 101 |
| Binary | 11000001 | 1100000 | 11101110 | 10011 | 111100 | 0 | 111 | 100011001 | 1010001 | 1000001 |
Color Harmonies of #C160EE
Complementary color
Monochromatic Colors of #C160EE
Black with #C160EE
Text Example
Text Example
White with #C160EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C160EE; }
p { color: rgb(193,96,238); }
H1.HeaderClassName
{
color: #C160EE;
}
.AnyTagClassName
{
color: #C160EE;
}
</style>
background-color css
<style>
a { background-color: #C160EE; }
a { background-color: rgb(193,96,238); }
div.DivClassName
{
background-color: #C160EE;
}
.BgClassName
{
background-color: #C160EE;
}
</style>
border-color css
<style>
span { border-color: #C160EE; }
span { border-color: rgb(193,96,238); }
td.TdClassName
{
border-color: #C160EE;
}
.TagClassName
{
border-color: #C160EE;
}
</style>