Shades of Medium Orchid #C164D9
Tints of Medium Orchid #C164D9
RGB
CMYK
RGB Variations
Color information
#C164D9 (or 0xC164D9) is known color: Medium Orchid. HEX triplet: C1, 64 and D9. RGB value is (193,100,217). Sum of RGB (Red+Green+Blue) = 193+100+217=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 100 (39.45% from 255 or 19.61% from 510); Blue value is 217 (85.16% from 255 or 42.55% from 510); Max value from RGB is 217 - color contains mainly: blue. Hex color #C164D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C164D9 is #3E9B26. Grayscale: #8C8C8C. Windows color (decimal): -4102951 or 14247105. OLE color: 14247105.
HSL color Cylindrical-coordinate representation of color #C164D9: hue angle of 287.69º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C164D9 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 100 | 217 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.15 |
| HSL | 287.69º | 0.61% | 0.62% | - |
| HSV(B) | 287.69º | 0.54% | 0.85% | - |
| XYZ | 39.07 | 25.46 | 68.5 | - |
| YUV | 141.15 | 170.81 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 100 | 217 | 0.11 | 0.54 | 0 | 0.15 | 287.69 | 0.61 | 0.62 |
| Hex | C1 | 64 | D9 | B | 36 | 0 | F | 120 | 3D | 3E |
| Octal | 301 | 144 | 331 | 13 | 66 | 0 | 17 | 440 | 75 | 76 |
| Binary | 11000001 | 1100100 | 11011001 | 1011 | 110110 | 0 | 1111 | 100100000 | 111101 | 111110 |
Color Harmonies of #C164D9
Complementary color
Monochromatic Colors of #C164D9
Black with #C164D9
Text Example
Text Example
White with #C164D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C164D9; }
p { color: rgb(193,100,217); }
H1.HeaderClassName
{
color: #C164D9;
}
.AnyTagClassName
{
color: #C164D9;
}
</style>
background-color css
<style>
a { background-color: #C164D9; }
a { background-color: rgb(193,100,217); }
div.DivClassName
{
background-color: #C164D9;
}
.BgClassName
{
background-color: #C164D9;
}
</style>
border-color css
<style>
span { border-color: #C164D9; }
span { border-color: rgb(193,100,217); }
td.TdClassName
{
border-color: #C164D9;
}
.TagClassName
{
border-color: #C164D9;
}
</style>