Shades of Medium Orchid #C166D7
Tints of Medium Orchid #C166D7
RGB
CMYK
RGB Variations
Color information
#C166D7 (or 0xC166D7) is known color: Medium Orchid. HEX triplet: C1, 66 and D7. RGB value is (193,102,215). Sum of RGB (Red+Green+Blue) = 193+102+215=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 102 (40.23% from 255 or 20% from 510); Blue value is 215 (84.38% from 255 or 42.16% from 510); Max value from RGB is 215 - color contains mainly: blue. Hex color #C166D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C166D7 is #3E9928. Grayscale: #8D8D8D. Windows color (decimal): -4102441 or 14116545. OLE color: 14116545.
HSL color Cylindrical-coordinate representation of color #C166D7: hue angle of 288.32º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C166D7 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 102 | 215 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.16 |
| HSL | 288.32º | 0.59% | 0.62% | - |
| HSV(B) | 288.32º | 0.53% | 0.84% | - |
| XYZ | 39.01 | 25.75 | 67.2 | - |
| YUV | 142.09 | 169.15 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 102 | 215 | 0.10 | 0.53 | 0 | 0.16 | 288.32 | 0.59 | 0.62 |
| Hex | C1 | 66 | D7 | A | 35 | 0 | 10 | 120 | 3B | 3E |
| Octal | 301 | 146 | 327 | 12 | 65 | 0 | 20 | 440 | 73 | 76 |
| Binary | 11000001 | 1100110 | 11010111 | 1010 | 110101 | 0 | 10000 | 100100000 | 111011 | 111110 |
Color Harmonies of #C166D7
Complementary color
Monochromatic Colors of #C166D7
Black with #C166D7
Text Example
Text Example
White with #C166D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C166D7; }
p { color: rgb(193,102,215); }
H1.HeaderClassName
{
color: #C166D7;
}
.AnyTagClassName
{
color: #C166D7;
}
</style>
background-color css
<style>
a { background-color: #C166D7; }
a { background-color: rgb(193,102,215); }
div.DivClassName
{
background-color: #C166D7;
}
.BgClassName
{
background-color: #C166D7;
}
</style>
border-color css
<style>
span { border-color: #C166D7; }
span { border-color: rgb(193,102,215); }
td.TdClassName
{
border-color: #C166D7;
}
.TagClassName
{
border-color: #C166D7;
}
</style>