Shades of Wisteria #C396E3
Tints of Wisteria #C396E3
RGB
CMYK
RGB Variations
Color information
#C396E3 (or 0xC396E3) is known color: Wisteria. HEX triplet: C3, 96 and E3. RGB value is (195,150,227). Sum of RGB (Red+Green+Blue) = 195+150+227=572 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.09% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 227 (89.06% from 255 or 39.69% from 572); Max value from RGB is 227 - color contains mainly: blue. Hex color #C396E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C396E3 is #3C691C. Grayscale: #ABABAB. Windows color (decimal): -3959069 or 14915267. OLE color: 14915267.
HSL color Cylindrical-coordinate representation of color #C396E3: hue angle of 275.06º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C396E3 is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 150 | 227 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.11 |
| HSL | 275.06º | 0.58% | 0.74% | - |
| HSV(B) | 275.06º | 0.34% | 0.89% | - |
| XYZ | 47.28 | 38.96 | 77.7 | - |
| YUV | 172.23 | 158.91 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 150 | 227 | 0.14 | 0.34 | 0 | 0.11 | 275.06 | 0.58 | 0.74 |
| Hex | C3 | 96 | E3 | E | 22 | 0 | B | 113 | 3A | 4A |
| Octal | 303 | 226 | 343 | 16 | 42 | 0 | 13 | 423 | 72 | 112 |
| Binary | 11000011 | 10010110 | 11100011 | 1110 | 100010 | 0 | 1011 | 100010011 | 111010 | 1001010 |
Color Harmonies of #C396E3
Complementary color
Monochromatic Colors of #C396E3
Black with #C396E3
Text Example
Text Example
White with #C396E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C396E3; }
p { color: rgb(195,150,227); }
H1.HeaderClassName
{
color: #C396E3;
}
.AnyTagClassName
{
color: #C396E3;
}
</style>
background-color css
<style>
a { background-color: #C396E3; }
a { background-color: rgb(195,150,227); }
div.DivClassName
{
background-color: #C396E3;
}
.BgClassName
{
background-color: #C396E3;
}
</style>
border-color css
<style>
span { border-color: #C396E3; }
span { border-color: rgb(195,150,227); }
td.TdClassName
{
border-color: #C396E3;
}
.TagClassName
{
border-color: #C396E3;
}
</style>