Shades of Medium Orchid #C163EE
Tints of Medium Orchid #C163EE
RGB
CMYK
RGB Variations
Color information
#C163EE (or 0xC163EE) is known color: Medium Orchid. HEX triplet: C1, 63 and EE. RGB value is (193,99,238). Sum of RGB (Red+Green+Blue) = 193+99+238=530 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.42% from 530); Green value is 99 (39.06% from 255 or 18.68% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #C163EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C163EE is #3E9C11. Grayscale: #8E8E8E. Windows color (decimal): -4103186 or 15623105. OLE color: 15623105.
HSL color Cylindrical-coordinate representation of color #C163EE: hue angle of 280.58º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C163EE is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 99 | 238 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.07 |
| HSL | 280.58º | 0.8% | 0.66% | - |
| HSV(B) | 280.58º | 0.58% | 0.93% | - |
| XYZ | 41.89 | 26.43 | 83.78 | - |
| YUV | 142.95 | 181.64 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 99 | 238 | 0.19 | 0.58 | 0 | 0.07 | 280.58 | 0.8 | 0.66 |
| Hex | C1 | 63 | EE | 13 | 3A | 0 | 7 | 119 | 50 | 42 |
| Octal | 301 | 143 | 356 | 23 | 72 | 0 | 7 | 431 | 120 | 102 |
| Binary | 11000001 | 1100011 | 11101110 | 10011 | 111010 | 0 | 111 | 100011001 | 1010000 | 1000010 |
Color Harmonies of #C163EE
Complementary color
Monochromatic Colors of #C163EE
Black with #C163EE
Text Example
Text Example
White with #C163EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C163EE; }
p { color: rgb(193,99,238); }
H1.HeaderClassName
{
color: #C163EE;
}
.AnyTagClassName
{
color: #C163EE;
}
</style>
background-color css
<style>
a { background-color: #C163EE; }
a { background-color: rgb(193,99,238); }
div.DivClassName
{
background-color: #C163EE;
}
.BgClassName
{
background-color: #C163EE;
}
</style>
border-color css
<style>
span { border-color: #C163EE; }
span { border-color: rgb(193,99,238); }
td.TdClassName
{
border-color: #C163EE;
}
.TagClassName
{
border-color: #C163EE;
}
</style>