Shades of Medium Orchid #C166D0
Tints of Medium Orchid #C166D0
RGB
CMYK
RGB Variations
Color information
#C166D0 (or 0xC166D0) is known color: Medium Orchid. HEX triplet: C1, 66 and D0. RGB value is (193,102,208). Sum of RGB (Red+Green+Blue) = 193+102+208=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 102 (40.23% from 255 or 20.28% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #C166D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C166D0 is #3E992F. Grayscale: #8C8C8C. Windows color (decimal): -4102448 or 13657793. OLE color: 13657793.
HSL color Cylindrical-coordinate representation of color #C166D0: hue angle of 291.51º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C166D0 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 102 | 208 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.18 |
| HSL | 291.51º | 0.53% | 0.61% | - |
| HSV(B) | 291.51º | 0.51% | 0.82% | - |
| XYZ | 38.13 | 25.39 | 62.57 | - |
| YUV | 141.29 | 165.65 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 102 | 208 | 0.07 | 0.51 | 0 | 0.18 | 291.51 | 0.53 | 0.61 |
| Hex | C1 | 66 | D0 | 7 | 33 | 0 | 12 | 124 | 35 | 3D |
| Octal | 301 | 146 | 320 | 7 | 63 | 0 | 22 | 444 | 65 | 75 |
| Binary | 11000001 | 1100110 | 11010000 | 111 | 110011 | 0 | 10010 | 100100100 | 110101 | 111101 |
Color Harmonies of #C166D0
Complementary color
Monochromatic Colors of #C166D0
Black with #C166D0
Text Example
Text Example
White with #C166D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C166D0; }
p { color: rgb(193,102,208); }
H1.HeaderClassName
{
color: #C166D0;
}
.AnyTagClassName
{
color: #C166D0;
}
</style>
background-color css
<style>
a { background-color: #C166D0; }
a { background-color: rgb(193,102,208); }
div.DivClassName
{
background-color: #C166D0;
}
.BgClassName
{
background-color: #C166D0;
}
</style>
border-color css
<style>
span { border-color: #C166D0; }
span { border-color: rgb(193,102,208); }
td.TdClassName
{
border-color: #C166D0;
}
.TagClassName
{
border-color: #C166D0;
}
</style>