Shades of Medium Orchid #C161EF
Tints of Medium Orchid #C161EF
RGB
CMYK
RGB Variations
Color information
#C161EF (or 0xC161EF) is known color: Medium Orchid. HEX triplet: C1, 61 and EF. RGB value is (193,97,239). Sum of RGB (Red+Green+Blue) = 193+97+239=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 97 (38.28% from 255 or 18.34% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #C161EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C161EF is #3E9E10. Grayscale: #8D8D8D. Windows color (decimal): -4103697 or 15688129. OLE color: 15688129.
HSL color Cylindrical-coordinate representation of color #C161EF: hue angle of 280.56º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C161EF is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 97 | 239 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.06 |
| HSL | 280.56º | 0.82% | 0.66% | - |
| HSV(B) | 280.56º | 0.59% | 0.94% | - |
| XYZ | 41.85 | 26.12 | 84.5 | - |
| YUV | 141.89 | 182.8 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 97 | 239 | 0.19 | 0.59 | 0 | 0.06 | 280.56 | 0.82 | 0.66 |
| Hex | C1 | 61 | EF | 13 | 3B | 0 | 6 | 119 | 52 | 42 |
| Octal | 301 | 141 | 357 | 23 | 73 | 0 | 6 | 431 | 122 | 102 |
| Binary | 11000001 | 1100001 | 11101111 | 10011 | 111011 | 0 | 110 | 100011001 | 1010010 | 1000010 |
Color Harmonies of #C161EF
Complementary color
Monochromatic Colors of #C161EF
Black with #C161EF
Text Example
Text Example
White with #C161EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C161EF; }
p { color: rgb(193,97,239); }
H1.HeaderClassName
{
color: #C161EF;
}
.AnyTagClassName
{
color: #C161EF;
}
</style>
background-color css
<style>
a { background-color: #C161EF; }
a { background-color: rgb(193,97,239); }
div.DivClassName
{
background-color: #C161EF;
}
.BgClassName
{
background-color: #C161EF;
}
</style>
border-color css
<style>
span { border-color: #C161EF; }
span { border-color: rgb(193,97,239); }
td.TdClassName
{
border-color: #C161EF;
}
.TagClassName
{
border-color: #C161EF;
}
</style>