Shades of Wisteria #CA97E2
Tints of Wisteria #CA97E2
RGB
CMYK
RGB Variations
Color information
#CA97E2 (or 0xCA97E2) is known color: Wisteria. HEX triplet: CA, 97 and E2. RGB value is (202,151,226). Sum of RGB (Red+Green+Blue) = 202+151+226=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 151 (59.38% from 255 or 26.08% from 579); Blue value is 226 (88.67% from 255 or 39.03% from 579); Max value from RGB is 226 - color contains mainly: blue. Hex color #CA97E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA97E2 is #35681D. Grayscale: #AEAEAE. Windows color (decimal): -3500062 or 14849994. OLE color: 14849994.
HSL color Cylindrical-coordinate representation of color #CA97E2: hue angle of 280.8º degrees, saturation: 0.56, 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 #CA97E2 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 151 | 226 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.11 |
| HSL | 280.8º | 0.56% | 0.74% | - |
| HSV(B) | 280.8º | 0.33% | 0.89% | - |
| XYZ | 49.15 | 40.18 | 77.12 | - |
| YUV | 174.8 | 156.9 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 151 | 226 | 0.11 | 0.33 | 0 | 0.11 | 280.8 | 0.56 | 0.74 |
| Hex | CA | 97 | E2 | B | 21 | 0 | B | 119 | 38 | 4A |
| Octal | 312 | 227 | 342 | 13 | 41 | 0 | 13 | 431 | 70 | 112 |
| Binary | 11001010 | 10010111 | 11100010 | 1011 | 100001 | 0 | 1011 | 100011001 | 111000 | 1001010 |
Color Harmonies of #CA97E2
Complementary color
Monochromatic Colors of #CA97E2
Black with #CA97E2
Text Example
Text Example
White with #CA97E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA97E2; }
p { color: rgb(202,151,226); }
H1.HeaderClassName
{
color: #CA97E2;
}
.AnyTagClassName
{
color: #CA97E2;
}
</style>
background-color css
<style>
a { background-color: #CA97E2; }
a { background-color: rgb(202,151,226); }
div.DivClassName
{
background-color: #CA97E2;
}
.BgClassName
{
background-color: #CA97E2;
}
</style>
border-color css
<style>
span { border-color: #CA97E2; }
span { border-color: rgb(202,151,226); }
td.TdClassName
{
border-color: #CA97E2;
}
.TagClassName
{
border-color: #CA97E2;
}
</style>