Shades of Wisteria #CA91E2
Tints of Wisteria #CA91E2
RGB
CMYK
RGB Variations
Color information
#CA91E2 (or 0xCA91E2) is known color: Wisteria. HEX triplet: CA, 91 and E2. RGB value is (202,145,226). Sum of RGB (Red+Green+Blue) = 202+145+226=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 145 (57.03% from 255 or 25.31% from 573); Blue value is 226 (88.67% from 255 or 39.44% from 573); Max value from RGB is 226 - color contains mainly: blue. Hex color #CA91E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA91E2 is #356E1D. Grayscale: #ABABAB. Windows color (decimal): -3501598 or 14848458. OLE color: 14848458.
HSL color Cylindrical-coordinate representation of color #CA91E2: hue angle of 282.22º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA91E2 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 145 | 226 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.11 |
| HSL | 282.22º | 0.58% | 0.73% | - |
| HSV(B) | 282.22º | 0.36% | 0.89% | - |
| XYZ | 48.21 | 38.3 | 76.8 | - |
| YUV | 171.28 | 158.88 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 145 | 226 | 0.11 | 0.36 | 0 | 0.11 | 282.22 | 0.58 | 0.73 |
| Hex | CA | 91 | E2 | B | 24 | 0 | B | 11A | 3A | 49 |
| Octal | 312 | 221 | 342 | 13 | 44 | 0 | 13 | 432 | 72 | 111 |
| Binary | 11001010 | 10010001 | 11100010 | 1011 | 100100 | 0 | 1011 | 100011010 | 111010 | 1001001 |
Color Harmonies of #CA91E2
Complementary color
Monochromatic Colors of #CA91E2
Black with #CA91E2
Text Example
Text Example
White with #CA91E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA91E2; }
p { color: rgb(202,145,226); }
H1.HeaderClassName
{
color: #CA91E2;
}
.AnyTagClassName
{
color: #CA91E2;
}
</style>
background-color css
<style>
a { background-color: #CA91E2; }
a { background-color: rgb(202,145,226); }
div.DivClassName
{
background-color: #CA91E2;
}
.BgClassName
{
background-color: #CA91E2;
}
</style>
border-color css
<style>
span { border-color: #CA91E2; }
span { border-color: rgb(202,145,226); }
td.TdClassName
{
border-color: #CA91E2;
}
.TagClassName
{
border-color: #CA91E2;
}
</style>