Shades of Medium Orchid #C166E7
Tints of Medium Orchid #C166E7
RGB
CMYK
RGB Variations
Color information
#C166E7 (or 0xC166E7) is known color: Medium Orchid. HEX triplet: C1, 66 and E7. RGB value is (193,102,231). Sum of RGB (Red+Green+Blue) = 193+102+231=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 102 (40.23% from 255 or 19.39% from 526); Blue value is 231 (90.62% from 255 or 43.92% from 526); Max value from RGB is 231 - color contains mainly: blue. Hex color #C166E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C166E7 is #3E9918. Grayscale: #8F8F8F. Windows color (decimal): -4102425 or 15165121. OLE color: 15165121.
HSL color Cylindrical-coordinate representation of color #C166E7: hue angle of 282.33º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C166E7 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 102 | 231 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.09 |
| HSL | 282.33º | 0.73% | 0.65% | - |
| HSV(B) | 282.33º | 0.56% | 0.91% | - |
| XYZ | 41.17 | 26.61 | 78.57 | - |
| YUV | 143.92 | 177.15 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 102 | 231 | 0.16 | 0.56 | 0 | 0.09 | 282.33 | 0.73 | 0.65 |
| Hex | C1 | 66 | E7 | 10 | 38 | 0 | 9 | 11A | 49 | 41 |
| Octal | 301 | 146 | 347 | 20 | 70 | 0 | 11 | 432 | 111 | 101 |
| Binary | 11000001 | 1100110 | 11100111 | 10000 | 111000 | 0 | 1001 | 100011010 | 1001001 | 1000001 |
Color Harmonies of #C166E7
Complementary color
Monochromatic Colors of #C166E7
Black with #C166E7
Text Example
Text Example
White with #C166E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C166E7; }
p { color: rgb(193,102,231); }
H1.HeaderClassName
{
color: #C166E7;
}
.AnyTagClassName
{
color: #C166E7;
}
</style>
background-color css
<style>
a { background-color: #C166E7; }
a { background-color: rgb(193,102,231); }
div.DivClassName
{
background-color: #C166E7;
}
.BgClassName
{
background-color: #C166E7;
}
</style>
border-color css
<style>
span { border-color: #C166E7; }
span { border-color: rgb(193,102,231); }
td.TdClassName
{
border-color: #C166E7;
}
.TagClassName
{
border-color: #C166E7;
}
</style>