Shades of Medium Orchid #C166D1
Tints of Medium Orchid #C166D1
RGB
CMYK
RGB Variations
Color information
#C166D1 (or 0xC166D1) is known color: Medium Orchid. HEX triplet: C1, 66 and D1. RGB value is (193,102,209). Sum of RGB (Red+Green+Blue) = 193+102+209=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 209 (82.03% from 255 or 41.47% from 504); Max value from RGB is 209 - color contains mainly: blue. Hex color #C166D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C166D1 is #3E992E. Grayscale: #8D8D8D. Windows color (decimal): -4102447 or 13723329. OLE color: 13723329.
HSL color Cylindrical-coordinate representation of color #C166D1: hue angle of 291.03º degrees, saturation: 0.54, 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 #C166D1 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 102 | 209 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.18 |
| HSL | 291.03º | 0.54% | 0.61% | - |
| HSV(B) | 291.03º | 0.51% | 0.82% | - |
| XYZ | 38.25 | 25.44 | 63.22 | - |
| YUV | 141.41 | 166.15 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 102 | 209 | 0.08 | 0.51 | 0 | 0.18 | 291.03 | 0.54 | 0.61 |
| Hex | C1 | 66 | D1 | 8 | 33 | 0 | 12 | 123 | 36 | 3D |
| Octal | 301 | 146 | 321 | 10 | 63 | 0 | 22 | 443 | 66 | 75 |
| Binary | 11000001 | 1100110 | 11010001 | 1000 | 110011 | 0 | 10010 | 100100011 | 110110 | 111101 |
Color Harmonies of #C166D1
Complementary color
Monochromatic Colors of #C166D1
Black with #C166D1
Text Example
Text Example
White with #C166D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C166D1; }
p { color: rgb(193,102,209); }
H1.HeaderClassName
{
color: #C166D1;
}
.AnyTagClassName
{
color: #C166D1;
}
</style>
background-color css
<style>
a { background-color: #C166D1; }
a { background-color: rgb(193,102,209); }
div.DivClassName
{
background-color: #C166D1;
}
.BgClassName
{
background-color: #C166D1;
}
</style>
border-color css
<style>
span { border-color: #C166D1; }
span { border-color: rgb(193,102,209); }
td.TdClassName
{
border-color: #C166D1;
}
.TagClassName
{
border-color: #C166D1;
}
</style>