Shades of Medium Orchid #C166D5
Tints of Medium Orchid #C166D5
RGB
CMYK
RGB Variations
Color information
#C166D5 (or 0xC166D5) is known color: Medium Orchid. HEX triplet: C1, 66 and D5. RGB value is (193,102,213). Sum of RGB (Red+Green+Blue) = 193+102+213=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 102 (40.23% from 255 or 20.08% from 508); Blue value is 213 (83.59% from 255 or 41.93% from 508); Max value from RGB is 213 - color contains mainly: blue. Hex color #C166D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C166D5 is #3E992A. Grayscale: #8D8D8D. Windows color (decimal): -4102443 or 13985473. OLE color: 13985473.
HSL color Cylindrical-coordinate representation of color #C166D5: hue angle of 289.19º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C166D5 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 102 | 213 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.16 |
| HSL | 289.19º | 0.57% | 0.62% | - |
| HSV(B) | 289.19º | 0.52% | 0.84% | - |
| XYZ | 38.75 | 25.64 | 65.86 | - |
| YUV | 141.86 | 168.15 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 102 | 213 | 0.09 | 0.52 | 0 | 0.16 | 289.19 | 0.57 | 0.62 |
| Hex | C1 | 66 | D5 | 9 | 34 | 0 | 10 | 121 | 39 | 3E |
| Octal | 301 | 146 | 325 | 11 | 64 | 0 | 20 | 441 | 71 | 76 |
| Binary | 11000001 | 1100110 | 11010101 | 1001 | 110100 | 0 | 10000 | 100100001 | 111001 | 111110 |
Color Harmonies of #C166D5
Complementary color
Monochromatic Colors of #C166D5
Black with #C166D5
Text Example
Text Example
White with #C166D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C166D5; }
p { color: rgb(193,102,213); }
H1.HeaderClassName
{
color: #C166D5;
}
.AnyTagClassName
{
color: #C166D5;
}
</style>
background-color css
<style>
a { background-color: #C166D5; }
a { background-color: rgb(193,102,213); }
div.DivClassName
{
background-color: #C166D5;
}
.BgClassName
{
background-color: #C166D5;
}
</style>
border-color css
<style>
span { border-color: #C166D5; }
span { border-color: rgb(193,102,213); }
td.TdClassName
{
border-color: #C166D5;
}
.TagClassName
{
border-color: #C166D5;
}
</style>