Shades of Medium Orchid #C163D6
Tints of Medium Orchid #C163D6
RGB
CMYK
RGB Variations
Color information
#C163D6 (or 0xC163D6) is known color: Medium Orchid. HEX triplet: C1, 63 and D6. RGB value is (193,99,214). Sum of RGB (Red+Green+Blue) = 193+99+214=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 99 (39.06% from 255 or 19.57% from 506); Blue value is 214 (83.98% from 255 or 42.29% from 506); Max value from RGB is 214 - color contains mainly: blue. Hex color #C163D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C163D6 is #3E9C29. Grayscale: #8B8B8B. Windows color (decimal): -4103210 or 14050241. OLE color: 14050241.
HSL color Cylindrical-coordinate representation of color #C163D6: hue angle of 289.04º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C163D6 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 99 | 214 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.16 |
| HSL | 289.04º | 0.58% | 0.61% | - |
| HSV(B) | 289.04º | 0.54% | 0.84% | - |
| XYZ | 38.59 | 25.12 | 66.43 | - |
| YUV | 140.22 | 169.64 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 99 | 214 | 0.10 | 0.54 | 0 | 0.16 | 289.04 | 0.58 | 0.61 |
| Hex | C1 | 63 | D6 | A | 36 | 0 | 10 | 121 | 3A | 3D |
| Octal | 301 | 143 | 326 | 12 | 66 | 0 | 20 | 441 | 72 | 75 |
| Binary | 11000001 | 1100011 | 11010110 | 1010 | 110110 | 0 | 10000 | 100100001 | 111010 | 111101 |
Color Harmonies of #C163D6
Complementary color
Monochromatic Colors of #C163D6
Black with #C163D6
Text Example
Text Example
White with #C163D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C163D6; }
p { color: rgb(193,99,214); }
H1.HeaderClassName
{
color: #C163D6;
}
.AnyTagClassName
{
color: #C163D6;
}
</style>
background-color css
<style>
a { background-color: #C163D6; }
a { background-color: rgb(193,99,214); }
div.DivClassName
{
background-color: #C163D6;
}
.BgClassName
{
background-color: #C163D6;
}
</style>
border-color css
<style>
span { border-color: #C163D6; }
span { border-color: rgb(193,99,214); }
td.TdClassName
{
border-color: #C163D6;
}
.TagClassName
{
border-color: #C163D6;
}
</style>