Shades of Wisteria #CA96E3
Tints of Wisteria #CA96E3
RGB
CMYK
RGB Variations
Color information
#CA96E3 (or 0xCA96E3) is known color: Wisteria. HEX triplet: CA, 96 and E3. RGB value is (202,150,227). Sum of RGB (Red+Green+Blue) = 202+150+227=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 150 (58.98% from 255 or 25.91% from 579); Blue value is 227 (89.06% from 255 or 39.21% from 579); Max value from RGB is 227 - color contains mainly: blue. Hex color #CA96E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA96E3 is #35691C. Grayscale: #AEAEAE. Windows color (decimal): -3500317 or 14915274. OLE color: 14915274.
HSL color Cylindrical-coordinate representation of color #CA96E3: hue angle of 280.52º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA96E3 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 150 | 227 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.11 |
| HSL | 280.52º | 0.58% | 0.74% | - |
| HSV(B) | 280.52º | 0.34% | 0.89% | - |
| XYZ | 49.13 | 39.92 | 77.79 | - |
| YUV | 174.33 | 157.73 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 150 | 227 | 0.11 | 0.34 | 0 | 0.11 | 280.52 | 0.58 | 0.74 |
| Hex | CA | 96 | E3 | B | 22 | 0 | B | 119 | 3A | 4A |
| Octal | 312 | 226 | 343 | 13 | 42 | 0 | 13 | 431 | 72 | 112 |
| Binary | 11001010 | 10010110 | 11100011 | 1011 | 100010 | 0 | 1011 | 100011001 | 111010 | 1001010 |
Color Harmonies of #CA96E3
Complementary color
Monochromatic Colors of #CA96E3
Black with #CA96E3
Text Example
Text Example
White with #CA96E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA96E3; }
p { color: rgb(202,150,227); }
H1.HeaderClassName
{
color: #CA96E3;
}
.AnyTagClassName
{
color: #CA96E3;
}
</style>
background-color css
<style>
a { background-color: #CA96E3; }
a { background-color: rgb(202,150,227); }
div.DivClassName
{
background-color: #CA96E3;
}
.BgClassName
{
background-color: #CA96E3;
}
</style>
border-color css
<style>
span { border-color: #CA96E3; }
span { border-color: rgb(202,150,227); }
td.TdClassName
{
border-color: #CA96E3;
}
.TagClassName
{
border-color: #CA96E3;
}
</style>