Shades of Wisteria #C599CF
Tints of Wisteria #C599CF
RGB
CMYK
RGB Variations
Color information
#C599CF (or 0xC599CF) is known color: Wisteria. HEX triplet: C5, 99 and CF. RGB value is (197,153,207). Sum of RGB (Red+Green+Blue) = 197+153+207=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 153 (60.16% from 255 or 27.47% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 207 - color contains mainly: blue. Hex color #C599CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C599CF is #3A6630. Grayscale: #ACACAC. Windows color (decimal): -3827249 or 13605317. OLE color: 13605317.
HSL color Cylindrical-coordinate representation of color #C599CF: hue angle of 288.89º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C599CF is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 153 | 207 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.19 |
| HSL | 288.89º | 0.36% | 0.71% | - |
| HSV(B) | 288.89º | 0.26% | 0.81% | - |
| XYZ | 45.68 | 39.16 | 64.18 | - |
| YUV | 172.31 | 147.58 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 153 | 207 | 0.05 | 0.26 | 0 | 0.19 | 288.89 | 0.36 | 0.71 |
| Hex | C5 | 99 | CF | 5 | 1A | 0 | 13 | 121 | 24 | 47 |
| Octal | 305 | 231 | 317 | 5 | 32 | 0 | 23 | 441 | 44 | 107 |
| Binary | 11000101 | 10011001 | 11001111 | 101 | 11010 | 0 | 10011 | 100100001 | 100100 | 1000111 |
Color Harmonies of #C599CF
Complementary color
Monochromatic Colors of #C599CF
Black with #C599CF
Text Example
Text Example
White with #C599CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C599CF; }
p { color: rgb(197,153,207); }
H1.HeaderClassName
{
color: #C599CF;
}
.AnyTagClassName
{
color: #C599CF;
}
</style>
background-color css
<style>
a { background-color: #C599CF; }
a { background-color: rgb(197,153,207); }
div.DivClassName
{
background-color: #C599CF;
}
.BgClassName
{
background-color: #C599CF;
}
</style>
border-color css
<style>
span { border-color: #C599CF; }
span { border-color: rgb(197,153,207); }
td.TdClassName
{
border-color: #C599CF;
}
.TagClassName
{
border-color: #C599CF;
}
</style>