Shades of Wisteria #C186DA
Tints of Wisteria #C186DA
RGB
CMYK
RGB Variations
Color information
#C186DA (or 0xC186DA) is known color: Wisteria. HEX triplet: C1, 86 and DA. RGB value is (193,134,218). Sum of RGB (Red+Green+Blue) = 193+134+218=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 134 (52.73% from 255 or 24.59% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #C186DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C186DA is #3E7925. Grayscale: #A0A0A0. Windows color (decimal): -4094246 or 14321345. OLE color: 14321345.
HSL color Cylindrical-coordinate representation of color #C186DA: hue angle of 282.14º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C186DA is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 134 | 218 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.15 |
| HSL | 282.14º | 0.53% | 0.69% | - |
| HSV(B) | 282.14º | 0.39% | 0.85% | - |
| XYZ | 43.17 | 33.45 | 70.51 | - |
| YUV | 161.22 | 160.05 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 134 | 218 | 0.11 | 0.39 | 0 | 0.15 | 282.14 | 0.53 | 0.69 |
| Hex | C1 | 86 | DA | B | 27 | 0 | F | 11A | 35 | 45 |
| Octal | 301 | 206 | 332 | 13 | 47 | 0 | 17 | 432 | 65 | 105 |
| Binary | 11000001 | 10000110 | 11011010 | 1011 | 100111 | 0 | 1111 | 100011010 | 110101 | 1000101 |
Color Harmonies of #C186DA
Complementary color
Monochromatic Colors of #C186DA
Black with #C186DA
Text Example
Text Example
White with #C186DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C186DA; }
p { color: rgb(193,134,218); }
H1.HeaderClassName
{
color: #C186DA;
}
.AnyTagClassName
{
color: #C186DA;
}
</style>
background-color css
<style>
a { background-color: #C186DA; }
a { background-color: rgb(193,134,218); }
div.DivClassName
{
background-color: #C186DA;
}
.BgClassName
{
background-color: #C186DA;
}
</style>
border-color css
<style>
span { border-color: #C186DA; }
span { border-color: rgb(193,134,218); }
td.TdClassName
{
border-color: #C186DA;
}
.TagClassName
{
border-color: #C186DA;
}
</style>