Shades of Medium Orchid #C161EE
Tints of Medium Orchid #C161EE
RGB
CMYK
RGB Variations
Color information
#C161EE (or 0xC161EE) is known color: Medium Orchid. HEX triplet: C1, 61 and EE. RGB value is (193,97,238). Sum of RGB (Red+Green+Blue) = 193+97+238=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 97 (38.28% from 255 or 18.37% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #C161EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C161EE is #3E9E11. Grayscale: #8D8D8D. Windows color (decimal): -4103698 or 15622593. OLE color: 15622593.
HSL color Cylindrical-coordinate representation of color #C161EE: hue angle of 280.85º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C161EE is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 97 | 238 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.07 |
| HSL | 280.85º | 0.81% | 0.66% | - |
| HSV(B) | 280.85º | 0.59% | 0.93% | - |
| XYZ | 41.7 | 26.06 | 83.72 | - |
| YUV | 141.78 | 182.3 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 97 | 238 | 0.19 | 0.59 | 0 | 0.07 | 280.85 | 0.81 | 0.66 |
| Hex | C1 | 61 | EE | 13 | 3B | 0 | 7 | 119 | 51 | 42 |
| Octal | 301 | 141 | 356 | 23 | 73 | 0 | 7 | 431 | 121 | 102 |
| Binary | 11000001 | 1100001 | 11101110 | 10011 | 111011 | 0 | 111 | 100011001 | 1010001 | 1000010 |
Color Harmonies of #C161EE
Complementary color
Monochromatic Colors of #C161EE
Black with #C161EE
Text Example
Text Example
White with #C161EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C161EE; }
p { color: rgb(193,97,238); }
H1.HeaderClassName
{
color: #C161EE;
}
.AnyTagClassName
{
color: #C161EE;
}
</style>
background-color css
<style>
a { background-color: #C161EE; }
a { background-color: rgb(193,97,238); }
div.DivClassName
{
background-color: #C161EE;
}
.BgClassName
{
background-color: #C161EE;
}
</style>
border-color css
<style>
span { border-color: #C161EE; }
span { border-color: rgb(193,97,238); }
td.TdClassName
{
border-color: #C161EE;
}
.TagClassName
{
border-color: #C161EE;
}
</style>