Shades of Wisteria #CA96E7
Tints of Wisteria #CA96E7
RGB
CMYK
RGB Variations
Color information
#CA96E7 (or 0xCA96E7) is known color: Wisteria. HEX triplet: CA, 96 and E7. RGB value is (202,150,231). Sum of RGB (Red+Green+Blue) = 202+150+231=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 150 (58.98% from 255 or 25.73% from 583); Blue value is 231 (90.62% from 255 or 39.62% from 583); Max value from RGB is 231 - color contains mainly: blue. Hex color #CA96E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA96E7 is #356918. Grayscale: #AEAEAE. Windows color (decimal): -3500313 or 15177418. OLE color: 15177418.
HSL color Cylindrical-coordinate representation of color #CA96E7: hue angle of 278.52º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA96E7 is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 150 | 231 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.09 |
| HSL | 278.52º | 0.63% | 0.75% | - |
| HSV(B) | 278.52º | 0.35% | 0.91% | - |
| XYZ | 49.69 | 40.14 | 80.73 | - |
| YUV | 174.78 | 159.73 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 150 | 231 | 0.13 | 0.35 | 0 | 0.09 | 278.52 | 0.63 | 0.75 |
| Hex | CA | 96 | E7 | D | 23 | 0 | 9 | 117 | 3F | 4B |
| Octal | 312 | 226 | 347 | 15 | 43 | 0 | 11 | 427 | 77 | 113 |
| Binary | 11001010 | 10010110 | 11100111 | 1101 | 100011 | 0 | 1001 | 100010111 | 111111 | 1001011 |
Color Harmonies of #CA96E7
Complementary color
Monochromatic Colors of #CA96E7
Black with #CA96E7
Text Example
Text Example
White with #CA96E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA96E7; }
p { color: rgb(202,150,231); }
H1.HeaderClassName
{
color: #CA96E7;
}
.AnyTagClassName
{
color: #CA96E7;
}
</style>
background-color css
<style>
a { background-color: #CA96E7; }
a { background-color: rgb(202,150,231); }
div.DivClassName
{
background-color: #CA96E7;
}
.BgClassName
{
background-color: #CA96E7;
}
</style>
border-color css
<style>
span { border-color: #CA96E7; }
span { border-color: rgb(202,150,231); }
td.TdClassName
{
border-color: #CA96E7;
}
.TagClassName
{
border-color: #CA96E7;
}
</style>