Shades of Wisteria #C386D5
Tints of Wisteria #C386D5
RGB
CMYK
RGB Variations
Color information
#C386D5 (or 0xC386D5) is known color: Wisteria. HEX triplet: C3, 86 and D5. RGB value is (195,134,213). Sum of RGB (Red+Green+Blue) = 195+134+213=542 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.98% from 542); Green value is 134 (52.73% from 255 or 24.72% from 542); Blue value is 213 (83.59% from 255 or 39.30% from 542); Max value from RGB is 213 - color contains mainly: blue. Hex color #C386D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C386D5 is #3C792A. Grayscale: #A0A0A0. Windows color (decimal): -3963179 or 13993667. OLE color: 13993667.
HSL color Cylindrical-coordinate representation of color #C386D5: hue angle of 286.33º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C386D5 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 134 | 213 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.16 |
| HSL | 286.33º | 0.48% | 0.68% | - |
| HSV(B) | 286.33º | 0.37% | 0.84% | - |
| XYZ | 43.04 | 33.46 | 67.14 | - |
| YUV | 161.25 | 157.21 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 213 | 0.08 | 0.37 | 0 | 0.16 | 286.33 | 0.48 | 0.68 |
| Hex | C3 | 86 | D5 | 8 | 25 | 0 | 10 | 11E | 30 | 44 |
| Octal | 303 | 206 | 325 | 10 | 45 | 0 | 20 | 436 | 60 | 104 |
| Binary | 11000011 | 10000110 | 11010101 | 1000 | 100101 | 0 | 10000 | 100011110 | 110000 | 1000100 |
Color Harmonies of #C386D5
Complementary color
Monochromatic Colors of #C386D5
Black with #C386D5
Text Example
Text Example
White with #C386D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C386D5; }
p { color: rgb(195,134,213); }
H1.HeaderClassName
{
color: #C386D5;
}
.AnyTagClassName
{
color: #C386D5;
}
</style>
background-color css
<style>
a { background-color: #C386D5; }
a { background-color: rgb(195,134,213); }
div.DivClassName
{
background-color: #C386D5;
}
.BgClassName
{
background-color: #C386D5;
}
</style>
border-color css
<style>
span { border-color: #C386D5; }
span { border-color: rgb(195,134,213); }
td.TdClassName
{
border-color: #C386D5;
}
.TagClassName
{
border-color: #C386D5;
}
</style>