Shades of Wisteria #C396D5
Tints of Wisteria #C396D5
RGB
CMYK
RGB Variations
Color information
#C396D5 (or 0xC396D5) is known color: Wisteria. HEX triplet: C3, 96 and D5. RGB value is (195,150,213). Sum of RGB (Red+Green+Blue) = 195+150+213=558 (73% of max value = 765). Red value is 195 (76.56% from 255 or 34.95% from 558); Green value is 150 (58.98% from 255 or 26.88% from 558); Blue value is 213 (83.59% from 255 or 38.17% from 558); Max value from RGB is 213 - color contains mainly: blue. Hex color #C396D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C396D5 is #3C692A. Grayscale: #AAAAAA. Windows color (decimal): -3959083 or 13997763. OLE color: 13997763.
HSL color Cylindrical-coordinate representation of color #C396D5: hue angle of 282.86º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C396D5 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 150 | 213 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.16 |
| HSL | 282.86º | 0.43% | 0.71% | - |
| HSV(B) | 282.86º | 0.3% | 0.84% | - |
| XYZ | 45.42 | 38.22 | 67.93 | - |
| YUV | 170.64 | 151.91 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 150 | 213 | 0.08 | 0.30 | 0 | 0.16 | 282.86 | 0.43 | 0.71 |
| Hex | C3 | 96 | D5 | 8 | 1E | 0 | 10 | 11B | 2B | 47 |
| Octal | 303 | 226 | 325 | 10 | 36 | 0 | 20 | 433 | 53 | 107 |
| Binary | 11000011 | 10010110 | 11010101 | 1000 | 11110 | 0 | 10000 | 100011011 | 101011 | 1000111 |
Color Harmonies of #C396D5
Complementary color
Monochromatic Colors of #C396D5
Black with #C396D5
Text Example
Text Example
White with #C396D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C396D5; }
p { color: rgb(195,150,213); }
H1.HeaderClassName
{
color: #C396D5;
}
.AnyTagClassName
{
color: #C396D5;
}
</style>
background-color css
<style>
a { background-color: #C396D5; }
a { background-color: rgb(195,150,213); }
div.DivClassName
{
background-color: #C396D5;
}
.BgClassName
{
background-color: #C396D5;
}
</style>
border-color css
<style>
span { border-color: #C396D5; }
span { border-color: rgb(195,150,213); }
td.TdClassName
{
border-color: #C396D5;
}
.TagClassName
{
border-color: #C396D5;
}
</style>