Shades of Wisteria #C598CF
Tints of Wisteria #C598CF
RGB
CMYK
RGB Variations
Color information
#C598CF (or 0xC598CF) is known color: Wisteria. HEX triplet: C5, 98 and CF. RGB value is (197,152,207). Sum of RGB (Red+Green+Blue) = 197+152+207=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 152 (59.77% from 255 or 27.34% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 207 - color contains mainly: blue. Hex color #C598CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C598CF is #3A6730. Grayscale: #ABABAB. Windows color (decimal): -3827505 or 13605061. OLE color: 13605061.
HSL color Cylindrical-coordinate representation of color #C598CF: hue angle of 289.09º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C598CF is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 152 | 207 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.19 |
| HSL | 289.09º | 0.36% | 0.7% | - |
| HSV(B) | 289.09º | 0.27% | 0.81% | - |
| XYZ | 45.52 | 38.83 | 64.13 | - |
| YUV | 171.73 | 147.91 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 152 | 207 | 0.05 | 0.27 | 0 | 0.19 | 289.09 | 0.36 | 0.7 |
| Hex | C5 | 98 | CF | 5 | 1B | 0 | 13 | 121 | 24 | 46 |
| Octal | 305 | 230 | 317 | 5 | 33 | 0 | 23 | 441 | 44 | 106 |
| Binary | 11000101 | 10011000 | 11001111 | 101 | 11011 | 0 | 10011 | 100100001 | 100100 | 1000110 |
Color Harmonies of #C598CF
Complementary color
Monochromatic Colors of #C598CF
Black with #C598CF
Text Example
Text Example
White with #C598CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C598CF; }
p { color: rgb(197,152,207); }
H1.HeaderClassName
{
color: #C598CF;
}
.AnyTagClassName
{
color: #C598CF;
}
</style>
background-color css
<style>
a { background-color: #C598CF; }
a { background-color: rgb(197,152,207); }
div.DivClassName
{
background-color: #C598CF;
}
.BgClassName
{
background-color: #C598CF;
}
</style>
border-color css
<style>
span { border-color: #C598CF; }
span { border-color: rgb(197,152,207); }
td.TdClassName
{
border-color: #C598CF;
}
.TagClassName
{
border-color: #C598CF;
}
</style>