Shades of Wisteria #C598D4
Tints of Wisteria #C598D4
RGB
CMYK
RGB Variations
Color information
#C598D4 (or 0xC598D4) is known color: Wisteria. HEX triplet: C5, 98 and D4. RGB value is (197,152,212). Sum of RGB (Red+Green+Blue) = 197+152+212=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 152 (59.77% from 255 or 27.09% from 561); Blue value is 212 (83.20% from 255 or 37.79% from 561); Max value from RGB is 212 - color contains mainly: blue. Hex color #C598D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C598D4 is #3A672B. Grayscale: #ACACAC. Windows color (decimal): -3827500 or 13932741. OLE color: 13932741.
HSL color Cylindrical-coordinate representation of color #C598D4: hue angle of 285º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C598D4 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 152 | 212 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.17 |
| HSL | 285º | 0.41% | 0.71% | - |
| HSV(B) | 285º | 0.28% | 0.83% | - |
| XYZ | 46.14 | 39.08 | 67.4 | - |
| YUV | 172.3 | 150.41 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 152 | 212 | 0.07 | 0.28 | 0 | 0.17 | 285 | 0.41 | 0.71 |
| Hex | C5 | 98 | D4 | 7 | 1C | 0 | 11 | 11D | 29 | 47 |
| Octal | 305 | 230 | 324 | 7 | 34 | 0 | 21 | 435 | 51 | 107 |
| Binary | 11000101 | 10011000 | 11010100 | 111 | 11100 | 0 | 10001 | 100011101 | 101001 | 1000111 |
Color Harmonies of #C598D4
Complementary color
Monochromatic Colors of #C598D4
Black with #C598D4
Text Example
Text Example
White with #C598D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C598D4; }
p { color: rgb(197,152,212); }
H1.HeaderClassName
{
color: #C598D4;
}
.AnyTagClassName
{
color: #C598D4;
}
</style>
background-color css
<style>
a { background-color: #C598D4; }
a { background-color: rgb(197,152,212); }
div.DivClassName
{
background-color: #C598D4;
}
.BgClassName
{
background-color: #C598D4;
}
</style>
border-color css
<style>
span { border-color: #C598D4; }
span { border-color: rgb(197,152,212); }
td.TdClassName
{
border-color: #C598D4;
}
.TagClassName
{
border-color: #C598D4;
}
</style>