Shades of Wisteria #CA96D6
Tints of Wisteria #CA96D6
RGB
CMYK
RGB Variations
Color information
#CA96D6 (or 0xCA96D6) is known color: Wisteria. HEX triplet: CA, 96 and D6. RGB value is (202,150,214). Sum of RGB (Red+Green+Blue) = 202+150+214=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 214 (83.98% from 255 or 37.81% from 566); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA96D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA96D6 is #356929. Grayscale: #ACACAC. Windows color (decimal): -3500330 or 14063306. OLE color: 14063306.
HSL color Cylindrical-coordinate representation of color #CA96D6: hue angle of 288.75º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA96D6 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 150 | 214 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.16 |
| HSL | 288.75º | 0.44% | 0.71% | - |
| HSV(B) | 288.75º | 0.3% | 0.84% | - |
| XYZ | 47.4 | 39.22 | 68.69 | - |
| YUV | 172.84 | 151.23 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 150 | 214 | 0.06 | 0.30 | 0 | 0.16 | 288.75 | 0.44 | 0.71 |
| Hex | CA | 96 | D6 | 6 | 1E | 0 | 10 | 121 | 2C | 47 |
| Octal | 312 | 226 | 326 | 6 | 36 | 0 | 20 | 441 | 54 | 107 |
| Binary | 11001010 | 10010110 | 11010110 | 110 | 11110 | 0 | 10000 | 100100001 | 101100 | 1000111 |
Color Harmonies of #CA96D6
Complementary color
Monochromatic Colors of #CA96D6
Black with #CA96D6
Text Example
Text Example
White with #CA96D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA96D6; }
p { color: rgb(202,150,214); }
H1.HeaderClassName
{
color: #CA96D6;
}
.AnyTagClassName
{
color: #CA96D6;
}
</style>
background-color css
<style>
a { background-color: #CA96D6; }
a { background-color: rgb(202,150,214); }
div.DivClassName
{
background-color: #CA96D6;
}
.BgClassName
{
background-color: #CA96D6;
}
</style>
border-color css
<style>
span { border-color: #CA96D6; }
span { border-color: rgb(202,150,214); }
td.TdClassName
{
border-color: #CA96D6;
}
.TagClassName
{
border-color: #CA96D6;
}
</style>