Shades of Medium Orchid #C166EB
Tints of Medium Orchid #C166EB
RGB
CMYK
RGB Variations
Color information
#C166EB (or 0xC166EB) is known color: Medium Orchid. HEX triplet: C1, 66 and EB. RGB value is (193,102,235). Sum of RGB (Red+Green+Blue) = 193+102+235=530 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.42% from 530); Green value is 102 (40.23% from 255 or 19.25% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #C166EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C166EB is #3E9914. Grayscale: #8F8F8F. Windows color (decimal): -4102421 or 15427265. OLE color: 15427265.
HSL color Cylindrical-coordinate representation of color #C166EB: hue angle of 281.05º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C166EB is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 102 | 235 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.08 |
| HSL | 281.05º | 0.77% | 0.66% | - |
| HSV(B) | 281.05º | 0.57% | 0.92% | - |
| XYZ | 41.74 | 26.84 | 81.58 | - |
| YUV | 144.37 | 179.15 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 102 | 235 | 0.18 | 0.57 | 0 | 0.08 | 281.05 | 0.77 | 0.66 |
| Hex | C1 | 66 | EB | 12 | 39 | 0 | 8 | 119 | 4D | 42 |
| Octal | 301 | 146 | 353 | 22 | 71 | 0 | 10 | 431 | 115 | 102 |
| Binary | 11000001 | 1100110 | 11101011 | 10010 | 111001 | 0 | 1000 | 100011001 | 1001101 | 1000010 |
Color Harmonies of #C166EB
Complementary color
Monochromatic Colors of #C166EB
Black with #C166EB
Text Example
Text Example
White with #C166EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C166EB; }
p { color: rgb(193,102,235); }
H1.HeaderClassName
{
color: #C166EB;
}
.AnyTagClassName
{
color: #C166EB;
}
</style>
background-color css
<style>
a { background-color: #C166EB; }
a { background-color: rgb(193,102,235); }
div.DivClassName
{
background-color: #C166EB;
}
.BgClassName
{
background-color: #C166EB;
}
</style>
border-color css
<style>
span { border-color: #C166EB; }
span { border-color: rgb(193,102,235); }
td.TdClassName
{
border-color: #C166EB;
}
.TagClassName
{
border-color: #C166EB;
}
</style>