Shades of Medium Orchid #C161DC
Tints of Medium Orchid #C161DC
RGB
CMYK
RGB Variations
Color information
#C161DC (or 0xC161DC) is known color: Medium Orchid. HEX triplet: C1, 61 and DC. RGB value is (193,97,220). Sum of RGB (Red+Green+Blue) = 193+97+220=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 97 (38.28% from 255 or 19.02% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #C161DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C161DC is #3E9E23. Grayscale: #8B8B8B. Windows color (decimal): -4103716 or 14442945. OLE color: 14442945.
HSL color Cylindrical-coordinate representation of color #C161DC: hue angle of 286.83º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C161DC is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 97 | 220 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.14 |
| HSL | 286.83º | 0.64% | 0.62% | - |
| HSV(B) | 286.83º | 0.56% | 0.86% | - |
| XYZ | 39.19 | 25.05 | 70.48 | - |
| YUV | 139.73 | 173.3 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 97 | 220 | 0.12 | 0.56 | 0 | 0.14 | 286.83 | 0.64 | 0.62 |
| Hex | C1 | 61 | DC | C | 38 | 0 | E | 11F | 40 | 3E |
| Octal | 301 | 141 | 334 | 14 | 70 | 0 | 16 | 437 | 100 | 76 |
| Binary | 11000001 | 1100001 | 11011100 | 1100 | 111000 | 0 | 1110 | 100011111 | 1000000 | 111110 |
Color Harmonies of #C161DC
Complementary color
Monochromatic Colors of #C161DC
Black with #C161DC
Text Example
Text Example
White with #C161DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C161DC; }
p { color: rgb(193,97,220); }
H1.HeaderClassName
{
color: #C161DC;
}
.AnyTagClassName
{
color: #C161DC;
}
</style>
background-color css
<style>
a { background-color: #C161DC; }
a { background-color: rgb(193,97,220); }
div.DivClassName
{
background-color: #C161DC;
}
.BgClassName
{
background-color: #C161DC;
}
</style>
border-color css
<style>
span { border-color: #C161DC; }
span { border-color: rgb(193,97,220); }
td.TdClassName
{
border-color: #C161DC;
}
.TagClassName
{
border-color: #C161DC;
}
</style>