Shades of Wisteria #C386DC
Tints of Wisteria #C386DC
RGB
CMYK
RGB Variations
Color information
#C386DC (or 0xC386DC) is known color: Wisteria. HEX triplet: C3, 86 and DC. RGB value is (195,134,220). Sum of RGB (Red+Green+Blue) = 195+134+220=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 134 (52.73% from 255 or 24.41% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #C386DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C386DC is #3C7923. Grayscale: #A1A1A1. Windows color (decimal): -3963172 or 14452419. OLE color: 14452419.
HSL color Cylindrical-coordinate representation of color #C386DC: hue angle of 282.56º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C386DC is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 134 | 220 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.14 |
| HSL | 282.56º | 0.55% | 0.69% | - |
| HSV(B) | 282.56º | 0.39% | 0.86% | - |
| XYZ | 43.95 | 33.82 | 71.92 | - |
| YUV | 162.04 | 160.71 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 220 | 0.11 | 0.39 | 0 | 0.14 | 282.56 | 0.55 | 0.69 |
| Hex | C3 | 86 | DC | B | 27 | 0 | E | 11B | 37 | 45 |
| Octal | 303 | 206 | 334 | 13 | 47 | 0 | 16 | 433 | 67 | 105 |
| Binary | 11000011 | 10000110 | 11011100 | 1011 | 100111 | 0 | 1110 | 100011011 | 110111 | 1000101 |
Color Harmonies of #C386DC
Complementary color
Monochromatic Colors of #C386DC
Black with #C386DC
Text Example
Text Example
White with #C386DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C386DC; }
p { color: rgb(195,134,220); }
H1.HeaderClassName
{
color: #C386DC;
}
.AnyTagClassName
{
color: #C386DC;
}
</style>
background-color css
<style>
a { background-color: #C386DC; }
a { background-color: rgb(195,134,220); }
div.DivClassName
{
background-color: #C386DC;
}
.BgClassName
{
background-color: #C386DC;
}
</style>
border-color css
<style>
span { border-color: #C386DC; }
span { border-color: rgb(195,134,220); }
td.TdClassName
{
border-color: #C386DC;
}
.TagClassName
{
border-color: #C386DC;
}
</style>