Shades of Wisteria #C386D0
Tints of Wisteria #C386D0
RGB
CMYK
RGB Variations
Color information
#C386D0 (or 0xC386D0) is known color: Wisteria. HEX triplet: C3, 86 and D0. RGB value is (195,134,208). Sum of RGB (Red+Green+Blue) = 195+134+208=537 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.31% from 537); Green value is 134 (52.73% from 255 or 24.95% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 208 - color contains mainly: blue. Hex color #C386D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C386D0 is #3C792F. Grayscale: #A0A0A0. Windows color (decimal): -3963184 or 13665987. OLE color: 13665987.
HSL color Cylindrical-coordinate representation of color #C386D0: hue angle of 289.46º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C386D0 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 134 | 208 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.18 |
| HSL | 289.46º | 0.44% | 0.67% | - |
| HSV(B) | 289.46º | 0.36% | 0.82% | - |
| XYZ | 42.42 | 33.21 | 63.85 | - |
| YUV | 160.68 | 154.71 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 208 | 0.06 | 0.36 | 0 | 0.18 | 289.46 | 0.44 | 0.67 |
| Hex | C3 | 86 | D0 | 6 | 24 | 0 | 12 | 121 | 2C | 43 |
| Octal | 303 | 206 | 320 | 6 | 44 | 0 | 22 | 441 | 54 | 103 |
| Binary | 11000011 | 10000110 | 11010000 | 110 | 100100 | 0 | 10010 | 100100001 | 101100 | 1000011 |
Color Harmonies of #C386D0
Complementary color
Monochromatic Colors of #C386D0
Black with #C386D0
Text Example
Text Example
White with #C386D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C386D0; }
p { color: rgb(195,134,208); }
H1.HeaderClassName
{
color: #C386D0;
}
.AnyTagClassName
{
color: #C386D0;
}
</style>
background-color css
<style>
a { background-color: #C386D0; }
a { background-color: rgb(195,134,208); }
div.DivClassName
{
background-color: #C386D0;
}
.BgClassName
{
background-color: #C386D0;
}
</style>
border-color css
<style>
span { border-color: #C386D0; }
span { border-color: rgb(195,134,208); }
td.TdClassName
{
border-color: #C386D0;
}
.TagClassName
{
border-color: #C386D0;
}
</style>