Shades of Medium Orchid #C163EF
Tints of Medium Orchid #C163EF
RGB
CMYK
RGB Variations
Color information
#C163EF (or 0xC163EF) is known color: Medium Orchid. HEX triplet: C1, 63 and EF. RGB value is (193,99,239). Sum of RGB (Red+Green+Blue) = 193+99+239=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 99 (39.06% from 255 or 18.64% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #C163EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C163EF is #3E9C10. Grayscale: #8E8E8E. Windows color (decimal): -4103185 or 15688641. OLE color: 15688641.
HSL color Cylindrical-coordinate representation of color #C163EF: hue angle of 280.29º degrees, saturation: 0.81, 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 #C163EF is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 99 | 239 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.06 |
| HSL | 280.29º | 0.81% | 0.66% | - |
| HSV(B) | 280.29º | 0.59% | 0.94% | - |
| XYZ | 42.03 | 26.49 | 84.56 | - |
| YUV | 143.07 | 182.14 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 99 | 239 | 0.19 | 0.59 | 0 | 0.06 | 280.29 | 0.81 | 0.66 |
| Hex | C1 | 63 | EF | 13 | 3B | 0 | 6 | 118 | 51 | 42 |
| Octal | 301 | 143 | 357 | 23 | 73 | 0 | 6 | 430 | 121 | 102 |
| Binary | 11000001 | 1100011 | 11101111 | 10011 | 111011 | 0 | 110 | 100011000 | 1010001 | 1000010 |
Color Harmonies of #C163EF
Complementary color
Monochromatic Colors of #C163EF
Black with #C163EF
Text Example
Text Example
White with #C163EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C163EF; }
p { color: rgb(193,99,239); }
H1.HeaderClassName
{
color: #C163EF;
}
.AnyTagClassName
{
color: #C163EF;
}
</style>
background-color css
<style>
a { background-color: #C163EF; }
a { background-color: rgb(193,99,239); }
div.DivClassName
{
background-color: #C163EF;
}
.BgClassName
{
background-color: #C163EF;
}
</style>
border-color css
<style>
span { border-color: #C163EF; }
span { border-color: rgb(193,99,239); }
td.TdClassName
{
border-color: #C163EF;
}
.TagClassName
{
border-color: #C163EF;
}
</style>