Shades of Wisteria #C397E5
Tints of Wisteria #C397E5
RGB
CMYK
RGB Variations
Color information
#C397E5 (or 0xC397E5) is known color: Wisteria. HEX triplet: C3, 97 and E5. RGB value is (195,151,229). Sum of RGB (Red+Green+Blue) = 195+151+229=575 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.91% from 575); Green value is 151 (59.38% from 255 or 26.26% from 575); Blue value is 229 (89.84% from 255 or 39.83% from 575); Max value from RGB is 229 - color contains mainly: blue. Hex color #C397E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C397E5 is #3C681A. Grayscale: #ACACAC. Windows color (decimal): -3958811 or 15046595. OLE color: 15046595.
HSL color Cylindrical-coordinate representation of color #C397E5: hue angle of 273.85º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C397E5 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 151 | 229 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.10 |
| HSL | 273.85º | 0.6% | 0.75% | - |
| HSV(B) | 273.85º | 0.34% | 0.9% | - |
| XYZ | 47.72 | 39.39 | 79.22 | - |
| YUV | 173.05 | 159.58 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 229 | 0.15 | 0.34 | 0 | 0.10 | 273.85 | 0.6 | 0.75 |
| Hex | C3 | 97 | E5 | F | 22 | 0 | A | 112 | 3C | 4B |
| Octal | 303 | 227 | 345 | 17 | 42 | 0 | 12 | 422 | 74 | 113 |
| Binary | 11000011 | 10010111 | 11100101 | 1111 | 100010 | 0 | 1010 | 100010010 | 111100 | 1001011 |
Color Harmonies of #C397E5
Complementary color
Monochromatic Colors of #C397E5
Black with #C397E5
Text Example
Text Example
White with #C397E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C397E5; }
p { color: rgb(195,151,229); }
H1.HeaderClassName
{
color: #C397E5;
}
.AnyTagClassName
{
color: #C397E5;
}
</style>
background-color css
<style>
a { background-color: #C397E5; }
a { background-color: rgb(195,151,229); }
div.DivClassName
{
background-color: #C397E5;
}
.BgClassName
{
background-color: #C397E5;
}
</style>
border-color css
<style>
span { border-color: #C397E5; }
span { border-color: rgb(195,151,229); }
td.TdClassName
{
border-color: #C397E5;
}
.TagClassName
{
border-color: #C397E5;
}
</style>