Shades of Wisteria #C598D8
Tints of Wisteria #C598D8
RGB
CMYK
RGB Variations
Color information
#C598D8 (or 0xC598D8) is known color: Wisteria. HEX triplet: C5, 98 and D8. RGB value is (197,152,216). Sum of RGB (Red+Green+Blue) = 197+152+216=565 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.87% from 565); Green value is 152 (59.77% from 255 or 26.90% from 565); Blue value is 216 (84.77% from 255 or 38.23% from 565); Max value from RGB is 216 - color contains mainly: blue. Hex color #C598D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C598D8 is #3A6727. Grayscale: #ACACAC. Windows color (decimal): -3827496 or 14194885. OLE color: 14194885.
HSL color Cylindrical-coordinate representation of color #C598D8: hue angle of 282.19º degrees, saturation: 0.45, 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 #C598D8 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 152 | 216 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.15 |
| HSL | 282.19º | 0.45% | 0.72% | - |
| HSV(B) | 282.19º | 0.3% | 0.85% | - |
| XYZ | 46.65 | 39.28 | 70.09 | - |
| YUV | 172.75 | 152.41 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 152 | 216 | 0.09 | 0.30 | 0 | 0.15 | 282.19 | 0.45 | 0.72 |
| Hex | C5 | 98 | D8 | 9 | 1E | 0 | F | 11A | 2D | 48 |
| Octal | 305 | 230 | 330 | 11 | 36 | 0 | 17 | 432 | 55 | 110 |
| Binary | 11000101 | 10011000 | 11011000 | 1001 | 11110 | 0 | 1111 | 100011010 | 101101 | 1001000 |
Color Harmonies of #C598D8
Complementary color
Monochromatic Colors of #C598D8
Black with #C598D8
Text Example
Text Example
White with #C598D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C598D8; }
p { color: rgb(197,152,216); }
H1.HeaderClassName
{
color: #C598D8;
}
.AnyTagClassName
{
color: #C598D8;
}
</style>
background-color css
<style>
a { background-color: #C598D8; }
a { background-color: rgb(197,152,216); }
div.DivClassName
{
background-color: #C598D8;
}
.BgClassName
{
background-color: #C598D8;
}
</style>
border-color css
<style>
span { border-color: #C598D8; }
span { border-color: rgb(197,152,216); }
td.TdClassName
{
border-color: #C598D8;
}
.TagClassName
{
border-color: #C598D8;
}
</style>