Shades of Wisteria #C197E8
Tints of Wisteria #C197E8
RGB
CMYK
RGB Variations
Color information
#C197E8 (or 0xC197E8) is known color: Wisteria. HEX triplet: C1, 97 and E8. RGB value is (193,151,232). Sum of RGB (Red+Green+Blue) = 193+151+232=576 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.51% from 576); Green value is 151 (59.38% from 255 or 26.22% from 576); Blue value is 232 (91.02% from 255 or 40.28% from 576); Max value from RGB is 232 - color contains mainly: blue. Hex color #C197E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C197E8 is #3E6817. Grayscale: #ACACAC. Windows color (decimal): -4089880 or 15243201. OLE color: 15243201.
HSL color Cylindrical-coordinate representation of color #C197E8: hue angle of 271.11º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C197E8 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 151 | 232 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.09 |
| HSL | 271.11º | 0.64% | 0.75% | - |
| HSV(B) | 271.11º | 0.35% | 0.91% | - |
| XYZ | 47.62 | 39.3 | 81.42 | - |
| YUV | 172.79 | 161.41 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 232 | 0.17 | 0.35 | 0 | 0.09 | 271.11 | 0.64 | 0.75 |
| Hex | C1 | 97 | E8 | 11 | 23 | 0 | 9 | 10F | 40 | 4B |
| Octal | 301 | 227 | 350 | 21 | 43 | 0 | 11 | 417 | 100 | 113 |
| Binary | 11000001 | 10010111 | 11101000 | 10001 | 100011 | 0 | 1001 | 100001111 | 1000000 | 1001011 |
Color Harmonies of #C197E8
Complementary color
Monochromatic Colors of #C197E8
Black with #C197E8
Text Example
Text Example
White with #C197E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C197E8; }
p { color: rgb(193,151,232); }
H1.HeaderClassName
{
color: #C197E8;
}
.AnyTagClassName
{
color: #C197E8;
}
</style>
background-color css
<style>
a { background-color: #C197E8; }
a { background-color: rgb(193,151,232); }
div.DivClassName
{
background-color: #C197E8;
}
.BgClassName
{
background-color: #C197E8;
}
</style>
border-color css
<style>
span { border-color: #C197E8; }
span { border-color: rgb(193,151,232); }
td.TdClassName
{
border-color: #C197E8;
}
.TagClassName
{
border-color: #C197E8;
}
</style>