Shades of Wisteria #CA96D7
Tints of Wisteria #CA96D7
RGB
CMYK
RGB Variations
Color information
#CA96D7 (or 0xCA96D7) is known color: Wisteria. HEX triplet: CA, 96 and D7. RGB value is (202,150,215). Sum of RGB (Red+Green+Blue) = 202+150+215=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 150 (58.98% from 255 or 26.46% from 567); Blue value is 215 (84.38% from 255 or 37.92% from 567); Max value from RGB is 215 - color contains mainly: blue. Hex color #CA96D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA96D7 is #356928. Grayscale: #ACACAC. Windows color (decimal): -3500329 or 14128842. OLE color: 14128842.
HSL color Cylindrical-coordinate representation of color #CA96D7: hue angle of 288º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA96D7 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 150 | 215 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.16 |
| HSL | 288º | 0.45% | 0.72% | - |
| HSV(B) | 288º | 0.3% | 0.84% | - |
| XYZ | 47.53 | 39.28 | 69.37 | - |
| YUV | 172.96 | 151.73 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 150 | 215 | 0.06 | 0.30 | 0 | 0.16 | 288 | 0.45 | 0.72 |
| Hex | CA | 96 | D7 | 6 | 1E | 0 | 10 | 120 | 2D | 48 |
| Octal | 312 | 226 | 327 | 6 | 36 | 0 | 20 | 440 | 55 | 110 |
| Binary | 11001010 | 10010110 | 11010111 | 110 | 11110 | 0 | 10000 | 100100000 | 101101 | 1001000 |
Color Harmonies of #CA96D7
Complementary color
Monochromatic Colors of #CA96D7
Black with #CA96D7
Text Example
Text Example
White with #CA96D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA96D7; }
p { color: rgb(202,150,215); }
H1.HeaderClassName
{
color: #CA96D7;
}
.AnyTagClassName
{
color: #CA96D7;
}
</style>
background-color css
<style>
a { background-color: #CA96D7; }
a { background-color: rgb(202,150,215); }
div.DivClassName
{
background-color: #CA96D7;
}
.BgClassName
{
background-color: #CA96D7;
}
</style>
border-color css
<style>
span { border-color: #CA96D7; }
span { border-color: rgb(202,150,215); }
td.TdClassName
{
border-color: #CA96D7;
}
.TagClassName
{
border-color: #CA96D7;
}
</style>