Shades of Medium Orchid #C164CC
Tints of Medium Orchid #C164CC
RGB
CMYK
RGB Variations
Color information
#C164CC (or 0xC164CC) is known color: Medium Orchid. HEX triplet: C1, 64 and CC. RGB value is (193,100,204). Sum of RGB (Red+Green+Blue) = 193+100+204=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 100 (39.45% from 255 or 20.12% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #C164CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C164CC is #3E9B33. Grayscale: #8B8B8B. Windows color (decimal): -4102964 or 13395137. OLE color: 13395137.
HSL color Cylindrical-coordinate representation of color #C164CC: hue angle of 293.65º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C164CC is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 100 | 204 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.2 |
| HSL | 293.65º | 0.5% | 0.6% | - |
| HSV(B) | 293.65º | 0.51% | 0.8% | - |
| XYZ | 37.45 | 24.81 | 59.94 | - |
| YUV | 139.66 | 164.31 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 100 | 204 | 0.05 | 0.51 | 0 | 0.2 | 293.65 | 0.5 | 0.6 |
| Hex | C1 | 64 | CC | 5 | 33 | 0 | 14 | 126 | 32 | 3C |
| Octal | 301 | 144 | 314 | 5 | 63 | 0 | 24 | 446 | 62 | 74 |
| Binary | 11000001 | 1100100 | 11001100 | 101 | 110011 | 0 | 10100 | 100100110 | 110010 | 111100 |
Color Harmonies of #C164CC
Complementary color
Monochromatic Colors of #C164CC
Black with #C164CC
Text Example
Text Example
White with #C164CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C164CC; }
p { color: rgb(193,100,204); }
H1.HeaderClassName
{
color: #C164CC;
}
.AnyTagClassName
{
color: #C164CC;
}
</style>
background-color css
<style>
a { background-color: #C164CC; }
a { background-color: rgb(193,100,204); }
div.DivClassName
{
background-color: #C164CC;
}
.BgClassName
{
background-color: #C164CC;
}
</style>
border-color css
<style>
span { border-color: #C164CC; }
span { border-color: rgb(193,100,204); }
td.TdClassName
{
border-color: #C164CC;
}
.TagClassName
{
border-color: #C164CC;
}
</style>