Shades of Medium Orchid #C161CC
Tints of Medium Orchid #C161CC
RGB
CMYK
RGB Variations
Color information
#C161CC (or 0xC161CC) is known color: Medium Orchid. HEX triplet: C1, 61 and CC. RGB value is (193,97,204). Sum of RGB (Red+Green+Blue) = 193+97+204=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 97 (38.28% from 255 or 19.64% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #C161CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C161CC is #3E9E33. Grayscale: #898989. Windows color (decimal): -4103732 or 13394369. OLE color: 13394369.
HSL color Cylindrical-coordinate representation of color #C161CC: hue angle of 293.83º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C161CC is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 97 | 204 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.2 |
| HSL | 293.83º | 0.51% | 0.59% | - |
| HSV(B) | 293.83º | 0.52% | 0.8% | - |
| XYZ | 37.17 | 24.25 | 59.85 | - |
| YUV | 137.9 | 165.3 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 97 | 204 | 0.05 | 0.52 | 0 | 0.2 | 293.83 | 0.51 | 0.59 |
| Hex | C1 | 61 | CC | 5 | 34 | 0 | 14 | 126 | 33 | 3B |
| Octal | 301 | 141 | 314 | 5 | 64 | 0 | 24 | 446 | 63 | 73 |
| Binary | 11000001 | 1100001 | 11001100 | 101 | 110100 | 0 | 10100 | 100100110 | 110011 | 111011 |
Color Harmonies of #C161CC
Complementary color
Monochromatic Colors of #C161CC
Black with #C161CC
Text Example
Text Example
White with #C161CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C161CC; }
p { color: rgb(193,97,204); }
H1.HeaderClassName
{
color: #C161CC;
}
.AnyTagClassName
{
color: #C161CC;
}
</style>
background-color css
<style>
a { background-color: #C161CC; }
a { background-color: rgb(193,97,204); }
div.DivClassName
{
background-color: #C161CC;
}
.BgClassName
{
background-color: #C161CC;
}
</style>
border-color css
<style>
span { border-color: #C161CC; }
span { border-color: rgb(193,97,204); }
td.TdClassName
{
border-color: #C161CC;
}
.TagClassName
{
border-color: #C161CC;
}
</style>