Shades of Medium Orchid #C163D1
Tints of Medium Orchid #C163D1
RGB
CMYK
RGB Variations
Color information
#C163D1 (or 0xC163D1) is known color: Medium Orchid. HEX triplet: C1, 63 and D1. RGB value is (193,99,209). Sum of RGB (Red+Green+Blue) = 193+99+209=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 99 (39.06% from 255 or 19.76% from 501); Blue value is 209 (82.03% from 255 or 41.72% from 501); Max value from RGB is 209 - color contains mainly: blue. Hex color #C163D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C163D1 is #3E9C2E. Grayscale: #8B8B8B. Windows color (decimal): -4103215 or 13722561. OLE color: 13722561.
HSL color Cylindrical-coordinate representation of color #C163D1: hue angle of 291.27º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C163D1 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 99 | 209 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.18 |
| HSL | 291.27º | 0.54% | 0.6% | - |
| HSV(B) | 291.27º | 0.53% | 0.82% | - |
| XYZ | 37.96 | 24.86 | 63.12 | - |
| YUV | 139.65 | 167.14 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 99 | 209 | 0.08 | 0.53 | 0 | 0.18 | 291.27 | 0.54 | 0.6 |
| Hex | C1 | 63 | D1 | 8 | 35 | 0 | 12 | 123 | 36 | 3C |
| Octal | 301 | 143 | 321 | 10 | 65 | 0 | 22 | 443 | 66 | 74 |
| Binary | 11000001 | 1100011 | 11010001 | 1000 | 110101 | 0 | 10010 | 100100011 | 110110 | 111100 |
Color Harmonies of #C163D1
Complementary color
Monochromatic Colors of #C163D1
Black with #C163D1
Text Example
Text Example
White with #C163D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C163D1; }
p { color: rgb(193,99,209); }
H1.HeaderClassName
{
color: #C163D1;
}
.AnyTagClassName
{
color: #C163D1;
}
</style>
background-color css
<style>
a { background-color: #C163D1; }
a { background-color: rgb(193,99,209); }
div.DivClassName
{
background-color: #C163D1;
}
.BgClassName
{
background-color: #C163D1;
}
</style>
border-color css
<style>
span { border-color: #C163D1; }
span { border-color: rgb(193,99,209); }
td.TdClassName
{
border-color: #C163D1;
}
.TagClassName
{
border-color: #C163D1;
}
</style>