Shades of Wisteria #C196EA
Tints of Wisteria #C196EA
RGB
CMYK
RGB Variations
Color information
#C196EA (or 0xC196EA) is known color: Wisteria. HEX triplet: C1, 96 and EA. RGB value is (193,150,234). Sum of RGB (Red+Green+Blue) = 193+150+234=577 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.45% from 577); Green value is 150 (58.98% from 255 or 26.00% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #C196EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C196EA is #3E6915. Grayscale: #ACACAC. Windows color (decimal): -4090134 or 15374017. OLE color: 15374017.
HSL color Cylindrical-coordinate representation of color #C196EA: hue angle of 270.71º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C196EA is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 150 | 234 | - |
| CMYK | 0.18 | 0.36 | 0 | 0.08 |
| HSL | 270.71º | 0.67% | 0.75% | - |
| HSV(B) | 270.71º | 0.36% | 0.92% | - |
| XYZ | 47.75 | 39.09 | 82.87 | - |
| YUV | 172.43 | 162.75 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 234 | 0.18 | 0.36 | 0 | 0.08 | 270.71 | 0.67 | 0.75 |
| Hex | C1 | 96 | EA | 12 | 24 | 0 | 8 | 10F | 43 | 4B |
| Octal | 301 | 226 | 352 | 22 | 44 | 0 | 10 | 417 | 103 | 113 |
| Binary | 11000001 | 10010110 | 11101010 | 10010 | 100100 | 0 | 1000 | 100001111 | 1000011 | 1001011 |
Color Harmonies of #C196EA
Complementary color
Monochromatic Colors of #C196EA
Black with #C196EA
Text Example
Text Example
White with #C196EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C196EA; }
p { color: rgb(193,150,234); }
H1.HeaderClassName
{
color: #C196EA;
}
.AnyTagClassName
{
color: #C196EA;
}
</style>
background-color css
<style>
a { background-color: #C196EA; }
a { background-color: rgb(193,150,234); }
div.DivClassName
{
background-color: #C196EA;
}
.BgClassName
{
background-color: #C196EA;
}
</style>
border-color css
<style>
span { border-color: #C196EA; }
span { border-color: rgb(193,150,234); }
td.TdClassName
{
border-color: #C196EA;
}
.TagClassName
{
border-color: #C196EA;
}
</style>