Shades of Wisteria #C198E5
Tints of Wisteria #C198E5
RGB
CMYK
RGB Variations
Color information
#C198E5 (or 0xC198E5) is known color: Wisteria. HEX triplet: C1, 98 and E5. RGB value is (193,152,229). Sum of RGB (Red+Green+Blue) = 193+152+229=574 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.62% from 574); Green value is 152 (59.77% from 255 or 26.48% from 574); Blue value is 229 (89.84% from 255 or 39.90% from 574); Max value from RGB is 229 - color contains mainly: blue. Hex color #C198E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C198E5 is #3E671A. Grayscale: #ACACAC. Windows color (decimal): -4089627 or 15046849. OLE color: 15046849.
HSL color Cylindrical-coordinate representation of color #C198E5: hue angle of 271.95º 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 #C198E5 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 152 | 229 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.10 |
| HSL | 271.95º | 0.6% | 0.75% | - |
| HSV(B) | 271.95º | 0.34% | 0.9% | - |
| XYZ | 47.36 | 39.45 | 79.25 | - |
| YUV | 173.04 | 159.58 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 152 | 229 | 0.16 | 0.34 | 0 | 0.10 | 271.95 | 0.6 | 0.75 |
| Hex | C1 | 98 | E5 | 10 | 22 | 0 | A | 110 | 3C | 4B |
| Octal | 301 | 230 | 345 | 20 | 42 | 0 | 12 | 420 | 74 | 113 |
| Binary | 11000001 | 10011000 | 11100101 | 10000 | 100010 | 0 | 1010 | 100010000 | 111100 | 1001011 |
Color Harmonies of #C198E5
Complementary color
Monochromatic Colors of #C198E5
Black with #C198E5
Text Example
Text Example
White with #C198E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C198E5; }
p { color: rgb(193,152,229); }
H1.HeaderClassName
{
color: #C198E5;
}
.AnyTagClassName
{
color: #C198E5;
}
</style>
background-color css
<style>
a { background-color: #C198E5; }
a { background-color: rgb(193,152,229); }
div.DivClassName
{
background-color: #C198E5;
}
.BgClassName
{
background-color: #C198E5;
}
</style>
border-color css
<style>
span { border-color: #C198E5; }
span { border-color: rgb(193,152,229); }
td.TdClassName
{
border-color: #C198E5;
}
.TagClassName
{
border-color: #C198E5;
}
</style>