Shades of Wisteria #C097E5
Tints of Wisteria #C097E5
RGB
CMYK
RGB Variations
Color information
#C097E5 (or 0xC097E5) is known color: Wisteria. HEX triplet: C0, 97 and E5. RGB value is (192,151,229). Sum of RGB (Red+Green+Blue) = 192+151+229=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 151 (59.38% from 255 or 26.40% from 572); Blue value is 229 (89.84% from 255 or 40.03% from 572); Max value from RGB is 229 - color contains mainly: blue. Hex color #C097E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C097E5 is #3F681A. Grayscale: #ABABAB. Windows color (decimal): -4155419 or 15046592. OLE color: 15046592.
HSL color Cylindrical-coordinate representation of color #C097E5: hue angle of 271.54º 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 #C097E5 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 151 | 229 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.10 |
| HSL | 271.54º | 0.6% | 0.75% | - |
| HSV(B) | 271.54º | 0.34% | 0.9% | - |
| XYZ | 46.95 | 39 | 79.18 | - |
| YUV | 172.15 | 160.08 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 229 | 0.16 | 0.34 | 0 | 0.10 | 271.54 | 0.6 | 0.75 |
| Hex | C0 | 97 | E5 | 10 | 22 | 0 | A | 110 | 3C | 4B |
| Octal | 300 | 227 | 345 | 20 | 42 | 0 | 12 | 420 | 74 | 113 |
| Binary | 11000000 | 10010111 | 11100101 | 10000 | 100010 | 0 | 1010 | 100010000 | 111100 | 1001011 |
Color Harmonies of #C097E5
Complementary color
Monochromatic Colors of #C097E5
Black with #C097E5
Text Example
Text Example
White with #C097E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C097E5; }
p { color: rgb(192,151,229); }
H1.HeaderClassName
{
color: #C097E5;
}
.AnyTagClassName
{
color: #C097E5;
}
</style>
background-color css
<style>
a { background-color: #C097E5; }
a { background-color: rgb(192,151,229); }
div.DivClassName
{
background-color: #C097E5;
}
.BgClassName
{
background-color: #C097E5;
}
</style>
border-color css
<style>
span { border-color: #C097E5; }
span { border-color: rgb(192,151,229); }
td.TdClassName
{
border-color: #C097E5;
}
.TagClassName
{
border-color: #C097E5;
}
</style>