Shades of Wisteria #C186CE
Tints of Wisteria #C186CE
RGB
CMYK
RGB Variations
Color information
#C186CE (or 0xC186CE) is known color: Wisteria. HEX triplet: C1, 86 and CE. RGB value is (193,134,206). Sum of RGB (Red+Green+Blue) = 193+134+206=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #C186CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C186CE is #3E7931. Grayscale: #9F9F9F. Windows color (decimal): -4094258 or 13534913. OLE color: 13534913.
HSL color Cylindrical-coordinate representation of color #C186CE: hue angle of 289.17º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C186CE is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 134 | 206 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.19 |
| HSL | 289.17º | 0.42% | 0.67% | - |
| HSV(B) | 289.17º | 0.35% | 0.81% | - |
| XYZ | 41.66 | 32.84 | 62.54 | - |
| YUV | 159.85 | 154.05 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 134 | 206 | 0.06 | 0.35 | 0 | 0.19 | 289.17 | 0.42 | 0.67 |
| Hex | C1 | 86 | CE | 6 | 23 | 0 | 13 | 121 | 2A | 43 |
| Octal | 301 | 206 | 316 | 6 | 43 | 0 | 23 | 441 | 52 | 103 |
| Binary | 11000001 | 10000110 | 11001110 | 110 | 100011 | 0 | 10011 | 100100001 | 101010 | 1000011 |
Color Harmonies of #C186CE
Complementary color
Monochromatic Colors of #C186CE
Black with #C186CE
Text Example
Text Example
White with #C186CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C186CE; }
p { color: rgb(193,134,206); }
H1.HeaderClassName
{
color: #C186CE;
}
.AnyTagClassName
{
color: #C186CE;
}
</style>
background-color css
<style>
a { background-color: #C186CE; }
a { background-color: rgb(193,134,206); }
div.DivClassName
{
background-color: #C186CE;
}
.BgClassName
{
background-color: #C186CE;
}
</style>
border-color css
<style>
span { border-color: #C186CE; }
span { border-color: rgb(193,134,206); }
td.TdClassName
{
border-color: #C186CE;
}
.TagClassName
{
border-color: #C186CE;
}
</style>