Shades of Wisteria #C186EF
Tints of Wisteria #C186EF
RGB
CMYK
RGB Variations
Color information
#C186EF (or 0xC186EF) is known color: Wisteria. HEX triplet: C1, 86 and EF. RGB value is (193,134,239). Sum of RGB (Red+Green+Blue) = 193+134+239=566 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.10% from 566); Green value is 134 (52.73% from 255 or 23.67% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 239 - color contains mainly: blue. Hex color #C186EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C186EF is #3E7910. Grayscale: #A3A3A3. Windows color (decimal): -4094225 or 15697601. OLE color: 15697601.
HSL color Cylindrical-coordinate representation of color #C186EF: hue angle of 273.71º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C186EF is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 134 | 239 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.06 |
| HSL | 273.71º | 0.77% | 0.73% | - |
| HSV(B) | 273.71º | 0.44% | 0.94% | - |
| XYZ | 46.1 | 34.62 | 85.91 | - |
| YUV | 163.61 | 170.55 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 134 | 239 | 0.19 | 0.44 | 0 | 0.06 | 273.71 | 0.77 | 0.73 |
| Hex | C1 | 86 | EF | 13 | 2C | 0 | 6 | 112 | 4D | 49 |
| Octal | 301 | 206 | 357 | 23 | 54 | 0 | 6 | 422 | 115 | 111 |
| Binary | 11000001 | 10000110 | 11101111 | 10011 | 101100 | 0 | 110 | 100010010 | 1001101 | 1001001 |
Color Harmonies of #C186EF
Complementary color
Monochromatic Colors of #C186EF
Black with #C186EF
Text Example
Text Example
White with #C186EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C186EF; }
p { color: rgb(193,134,239); }
H1.HeaderClassName
{
color: #C186EF;
}
.AnyTagClassName
{
color: #C186EF;
}
</style>
background-color css
<style>
a { background-color: #C186EF; }
a { background-color: rgb(193,134,239); }
div.DivClassName
{
background-color: #C186EF;
}
.BgClassName
{
background-color: #C186EF;
}
</style>
border-color css
<style>
span { border-color: #C186EF; }
span { border-color: rgb(193,134,239); }
td.TdClassName
{
border-color: #C186EF;
}
.TagClassName
{
border-color: #C186EF;
}
</style>