Shades of Medium Orchid #C164EF
Tints of Medium Orchid #C164EF
RGB
CMYK
RGB Variations
Color information
#C164EF (or 0xC164EF) is known color: Medium Orchid. HEX triplet: C1, 64 and EF. RGB value is (193,100,239). Sum of RGB (Red+Green+Blue) = 193+100+239=532 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.28% from 532); Green value is 100 (39.45% from 255 or 18.80% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #C164EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C164EF is #3E9B10. Grayscale: #8F8F8F. Windows color (decimal): -4102929 or 15688897. OLE color: 15688897.
HSL color Cylindrical-coordinate representation of color #C164EF: hue angle of 280.14º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C164EF is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 100 | 239 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.06 |
| HSL | 280.14º | 0.81% | 0.66% | - |
| HSV(B) | 280.14º | 0.58% | 0.94% | - |
| XYZ | 42.13 | 26.68 | 84.59 | - |
| YUV | 143.65 | 181.81 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 100 | 239 | 0.19 | 0.58 | 0 | 0.06 | 280.14 | 0.81 | 0.66 |
| Hex | C1 | 64 | EF | 13 | 3A | 0 | 6 | 118 | 51 | 42 |
| Octal | 301 | 144 | 357 | 23 | 72 | 0 | 6 | 430 | 121 | 102 |
| Binary | 11000001 | 1100100 | 11101111 | 10011 | 111010 | 0 | 110 | 100011000 | 1010001 | 1000010 |
Color Harmonies of #C164EF
Complementary color
Monochromatic Colors of #C164EF
Black with #C164EF
Text Example
Text Example
White with #C164EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C164EF; }
p { color: rgb(193,100,239); }
H1.HeaderClassName
{
color: #C164EF;
}
.AnyTagClassName
{
color: #C164EF;
}
</style>
background-color css
<style>
a { background-color: #C164EF; }
a { background-color: rgb(193,100,239); }
div.DivClassName
{
background-color: #C164EF;
}
.BgClassName
{
background-color: #C164EF;
}
</style>
border-color css
<style>
span { border-color: #C164EF; }
span { border-color: rgb(193,100,239); }
td.TdClassName
{
border-color: #C164EF;
}
.TagClassName
{
border-color: #C164EF;
}
</style>