Shades of Wisteria #CA97E3
Tints of Wisteria #CA97E3
RGB
CMYK
RGB Variations
Color information
#CA97E3 (or 0xCA97E3) is known color: Wisteria. HEX triplet: CA, 97 and E3. RGB value is (202,151,227). Sum of RGB (Red+Green+Blue) = 202+151+227=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 151 (59.38% from 255 or 26.03% from 580); Blue value is 227 (89.06% from 255 or 39.14% from 580); Max value from RGB is 227 - color contains mainly: blue. Hex color #CA97E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA97E3 is #35681C. Grayscale: #AEAEAE. Windows color (decimal): -3500061 or 14915530. OLE color: 14915530.
HSL color Cylindrical-coordinate representation of color #CA97E3: hue angle of 280.26º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA97E3 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 151 | 227 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.11 |
| HSL | 280.26º | 0.58% | 0.74% | - |
| HSV(B) | 280.26º | 0.33% | 0.89% | - |
| XYZ | 49.29 | 40.24 | 77.84 | - |
| YUV | 174.91 | 157.4 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 151 | 227 | 0.11 | 0.33 | 0 | 0.11 | 280.26 | 0.58 | 0.74 |
| Hex | CA | 97 | E3 | B | 21 | 0 | B | 118 | 3A | 4A |
| Octal | 312 | 227 | 343 | 13 | 41 | 0 | 13 | 430 | 72 | 112 |
| Binary | 11001010 | 10010111 | 11100011 | 1011 | 100001 | 0 | 1011 | 100011000 | 111010 | 1001010 |
Color Harmonies of #CA97E3
Complementary color
Monochromatic Colors of #CA97E3
Black with #CA97E3
Text Example
Text Example
White with #CA97E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA97E3; }
p { color: rgb(202,151,227); }
H1.HeaderClassName
{
color: #CA97E3;
}
.AnyTagClassName
{
color: #CA97E3;
}
</style>
background-color css
<style>
a { background-color: #CA97E3; }
a { background-color: rgb(202,151,227); }
div.DivClassName
{
background-color: #CA97E3;
}
.BgClassName
{
background-color: #CA97E3;
}
</style>
border-color css
<style>
span { border-color: #CA97E3; }
span { border-color: rgb(202,151,227); }
td.TdClassName
{
border-color: #CA97E3;
}
.TagClassName
{
border-color: #CA97E3;
}
</style>