Shades of Medium Orchid #C163DA
Tints of Medium Orchid #C163DA
RGB
CMYK
RGB Variations
Color information
#C163DA (or 0xC163DA) is known color: Medium Orchid. HEX triplet: C1, 63 and DA. RGB value is (193,99,218). Sum of RGB (Red+Green+Blue) = 193+99+218=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 99 (39.06% from 255 or 19.41% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #C163DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C163DA is #3E9C25. Grayscale: #8C8C8C. Windows color (decimal): -4103206 or 14312385. OLE color: 14312385.
HSL color Cylindrical-coordinate representation of color #C163DA: hue angle of 287.39º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C163DA is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 99 | 218 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.15 |
| HSL | 287.4º | 0.62% | 0.62% | - |
| HSV(B) | 287.4º | 0.55% | 0.85% | - |
| XYZ | 39.11 | 25.32 | 69.16 | - |
| YUV | 140.67 | 171.64 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 99 | 218 | 0.11 | 0.55 | 0 | 0.15 | 287.4 | 0.62 | 0.62 |
| Hex | C1 | 63 | DA | B | 37 | 0 | F | 11F | 3E | 3E |
| Octal | 301 | 143 | 332 | 13 | 67 | 0 | 17 | 437 | 76 | 76 |
| Binary | 11000001 | 1100011 | 11011010 | 1011 | 110111 | 0 | 1111 | 100011111 | 111110 | 111110 |
Color Harmonies of #C163DA
Complementary color
Monochromatic Colors of #C163DA
Black with #C163DA
Text Example
Text Example
White with #C163DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C163DA; }
p { color: rgb(193,99,218); }
H1.HeaderClassName
{
color: #C163DA;
}
.AnyTagClassName
{
color: #C163DA;
}
</style>
background-color css
<style>
a { background-color: #C163DA; }
a { background-color: rgb(193,99,218); }
div.DivClassName
{
background-color: #C163DA;
}
.BgClassName
{
background-color: #C163DA;
}
</style>
border-color css
<style>
span { border-color: #C163DA; }
span { border-color: rgb(193,99,218); }
td.TdClassName
{
border-color: #C163DA;
}
.TagClassName
{
border-color: #C163DA;
}
</style>