Shades of Wisteria #C596DE
Tints of Wisteria #C596DE
RGB
CMYK
RGB Variations
Color information
#C596DE (or 0xC596DE) is known color: Wisteria. HEX triplet: C5, 96 and DE. RGB value is (197,150,222). Sum of RGB (Red+Green+Blue) = 197+150+222=569 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.62% from 569); Green value is 150 (58.98% from 255 or 26.36% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #C596DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C596DE is #3A6921. Grayscale: #ACACAC. Windows color (decimal): -3828002 or 14587589. OLE color: 14587589.
HSL color Cylindrical-coordinate representation of color #C596DE: hue angle of 279.17º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C596DE is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 150 | 222 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.13 |
| HSL | 279.17º | 0.52% | 0.73% | - |
| HSV(B) | 279.17º | 0.32% | 0.87% | - |
| XYZ | 47.12 | 38.96 | 74.14 | - |
| YUV | 172.26 | 156.07 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 222 | 0.11 | 0.32 | 0 | 0.13 | 279.17 | 0.52 | 0.73 |
| Hex | C5 | 96 | DE | B | 20 | 0 | D | 117 | 34 | 49 |
| Octal | 305 | 226 | 336 | 13 | 40 | 0 | 15 | 427 | 64 | 111 |
| Binary | 11000101 | 10010110 | 11011110 | 1011 | 100000 | 0 | 1101 | 100010111 | 110100 | 1001001 |
Color Harmonies of #C596DE
Complementary color
Monochromatic Colors of #C596DE
Black with #C596DE
Text Example
Text Example
White with #C596DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C596DE; }
p { color: rgb(197,150,222); }
H1.HeaderClassName
{
color: #C596DE;
}
.AnyTagClassName
{
color: #C596DE;
}
</style>
background-color css
<style>
a { background-color: #C596DE; }
a { background-color: rgb(197,150,222); }
div.DivClassName
{
background-color: #C596DE;
}
.BgClassName
{
background-color: #C596DE;
}
</style>
border-color css
<style>
span { border-color: #C596DE; }
span { border-color: rgb(197,150,222); }
td.TdClassName
{
border-color: #C596DE;
}
.TagClassName
{
border-color: #C596DE;
}
</style>