Shades of Wisteria #C598D9
Tints of Wisteria #C598D9
RGB
CMYK
RGB Variations
Color information
#C598D9 (or 0xC598D9) is known color: Wisteria. HEX triplet: C5, 98 and D9. RGB value is (197,152,217). Sum of RGB (Red+Green+Blue) = 197+152+217=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 152 (59.77% from 255 or 26.86% from 566); Blue value is 217 (85.16% from 255 or 38.34% from 566); Max value from RGB is 217 - color contains mainly: blue. Hex color #C598D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C598D9 is #3A6726. Grayscale: #ACACAC. Windows color (decimal): -3827495 or 14260421. OLE color: 14260421.
HSL color Cylindrical-coordinate representation of color #C598D9: hue angle of 281.54º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C598D9 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 152 | 217 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.15 |
| HSL | 281.54º | 0.46% | 0.72% | - |
| HSV(B) | 281.54º | 0.3% | 0.85% | - |
| XYZ | 46.78 | 39.34 | 70.77 | - |
| YUV | 172.87 | 152.91 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 152 | 217 | 0.09 | 0.30 | 0 | 0.15 | 281.54 | 0.46 | 0.72 |
| Hex | C5 | 98 | D9 | 9 | 1E | 0 | F | 11A | 2E | 48 |
| Octal | 305 | 230 | 331 | 11 | 36 | 0 | 17 | 432 | 56 | 110 |
| Binary | 11000101 | 10011000 | 11011001 | 1001 | 11110 | 0 | 1111 | 100011010 | 101110 | 1001000 |
Color Harmonies of #C598D9
Complementary color
Monochromatic Colors of #C598D9
Black with #C598D9
Text Example
Text Example
White with #C598D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C598D9; }
p { color: rgb(197,152,217); }
H1.HeaderClassName
{
color: #C598D9;
}
.AnyTagClassName
{
color: #C598D9;
}
</style>
background-color css
<style>
a { background-color: #C598D9; }
a { background-color: rgb(197,152,217); }
div.DivClassName
{
background-color: #C598D9;
}
.BgClassName
{
background-color: #C598D9;
}
</style>
border-color css
<style>
span { border-color: #C598D9; }
span { border-color: rgb(197,152,217); }
td.TdClassName
{
border-color: #C598D9;
}
.TagClassName
{
border-color: #C598D9;
}
</style>