Shades of Wisteria #C397EA
Tints of Wisteria #C397EA
RGB
CMYK
RGB Variations
Color information
#C397EA (or 0xC397EA) is known color: Wisteria. HEX triplet: C3, 97 and EA. RGB value is (195,151,234). Sum of RGB (Red+Green+Blue) = 195+151+234=580 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.62% from 580); Green value is 151 (59.38% from 255 or 26.03% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #C397EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C397EA is #3C6815. Grayscale: #ADADAD. Windows color (decimal): -3958806 or 15374275. OLE color: 15374275.
HSL color Cylindrical-coordinate representation of color #C397EA: hue angle of 271.81º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C397EA is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 151 | 234 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.08 |
| HSL | 271.81º | 0.66% | 0.75% | - |
| HSV(B) | 271.81º | 0.35% | 0.92% | - |
| XYZ | 48.42 | 39.68 | 82.95 | - |
| YUV | 173.62 | 162.08 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 234 | 0.17 | 0.35 | 0 | 0.08 | 271.81 | 0.66 | 0.75 |
| Hex | C3 | 97 | EA | 11 | 23 | 0 | 8 | 110 | 42 | 4B |
| Octal | 303 | 227 | 352 | 21 | 43 | 0 | 10 | 420 | 102 | 113 |
| Binary | 11000011 | 10010111 | 11101010 | 10001 | 100011 | 0 | 1000 | 100010000 | 1000010 | 1001011 |
Color Harmonies of #C397EA
Complementary color
Monochromatic Colors of #C397EA
Black with #C397EA
Text Example
Text Example
White with #C397EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C397EA; }
p { color: rgb(195,151,234); }
H1.HeaderClassName
{
color: #C397EA;
}
.AnyTagClassName
{
color: #C397EA;
}
</style>
background-color css
<style>
a { background-color: #C397EA; }
a { background-color: rgb(195,151,234); }
div.DivClassName
{
background-color: #C397EA;
}
.BgClassName
{
background-color: #C397EA;
}
</style>
border-color css
<style>
span { border-color: #C397EA; }
span { border-color: rgb(195,151,234); }
td.TdClassName
{
border-color: #C397EA;
}
.TagClassName
{
border-color: #C397EA;
}
</style>