Shades of Wisteria #C396E5
Tints of Wisteria #C396E5
RGB
CMYK
RGB Variations
Color information
#C396E5 (or 0xC396E5) is known color: Wisteria. HEX triplet: C3, 96 and E5. RGB value is (195,150,229). Sum of RGB (Red+Green+Blue) = 195+150+229=574 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.97% from 574); Green value is 150 (58.98% from 255 or 26.13% from 574); Blue value is 229 (89.84% from 255 or 39.90% from 574); Max value from RGB is 229 - color contains mainly: blue. Hex color #C396E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C396E5 is #3C691A. Grayscale: #ACACAC. Windows color (decimal): -3959067 or 15046339. OLE color: 15046339.
HSL color Cylindrical-coordinate representation of color #C396E5: hue angle of 274.18º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C396E5 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 150 | 229 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.10 |
| HSL | 274.18º | 0.6% | 0.74% | - |
| HSV(B) | 274.18º | 0.34% | 0.9% | - |
| XYZ | 47.55 | 39.07 | 79.16 | - |
| YUV | 172.46 | 159.91 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 150 | 229 | 0.15 | 0.34 | 0 | 0.10 | 274.18 | 0.6 | 0.74 |
| Hex | C3 | 96 | E5 | F | 22 | 0 | A | 112 | 3C | 4A |
| Octal | 303 | 226 | 345 | 17 | 42 | 0 | 12 | 422 | 74 | 112 |
| Binary | 11000011 | 10010110 | 11100101 | 1111 | 100010 | 0 | 1010 | 100010010 | 111100 | 1001010 |
Color Harmonies of #C396E5
Complementary color
Monochromatic Colors of #C396E5
Black with #C396E5
Text Example
Text Example
White with #C396E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C396E5; }
p { color: rgb(195,150,229); }
H1.HeaderClassName
{
color: #C396E5;
}
.AnyTagClassName
{
color: #C396E5;
}
</style>
background-color css
<style>
a { background-color: #C396E5; }
a { background-color: rgb(195,150,229); }
div.DivClassName
{
background-color: #C396E5;
}
.BgClassName
{
background-color: #C396E5;
}
</style>
border-color css
<style>
span { border-color: #C396E5; }
span { border-color: rgb(195,150,229); }
td.TdClassName
{
border-color: #C396E5;
}
.TagClassName
{
border-color: #C396E5;
}
</style>