Shades of Wisteria #CAA3E3
Tints of Wisteria #CAA3E3
RGB
CMYK
RGB Variations
Color information
#CAA3E3 (or 0xCAA3E3) is known color: Wisteria. HEX triplet: CA, A3 and E3. RGB value is (202,163,227). Sum of RGB (Red+Green+Blue) = 202+163+227=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 163 (64.06% from 255 or 27.53% from 592); Blue value is 227 (89.06% from 255 or 38.34% from 592); Max value from RGB is 227 - color contains mainly: blue. Hex color #CAA3E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA3E3 is #355C1C. Grayscale: #B5B5B5. Windows color (decimal): -3496989 or 14918602. OLE color: 14918602.
HSL color Cylindrical-coordinate representation of color #CAA3E3: hue angle of 276.56º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAA3E3 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 163 | 227 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.11 |
| HSL | 276.56º | 0.53% | 0.76% | - |
| HSV(B) | 276.56º | 0.28% | 0.89% | - |
| XYZ | 51.32 | 44.3 | 78.52 | - |
| YUV | 181.96 | 153.42 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 227 | 0.11 | 0.28 | 0 | 0.11 | 276.56 | 0.53 | 0.76 |
| Hex | CA | A3 | E3 | B | 1C | 0 | B | 115 | 35 | 4C |
| Octal | 312 | 243 | 343 | 13 | 34 | 0 | 13 | 425 | 65 | 114 |
| Binary | 11001010 | 10100011 | 11100011 | 1011 | 11100 | 0 | 1011 | 100010101 | 110101 | 1001100 |
Color Harmonies of #CAA3E3
Complementary color
Monochromatic Colors of #CAA3E3
Black with #CAA3E3
Text Example
Text Example
White with #CAA3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA3E3; }
p { color: rgb(202,163,227); }
H1.HeaderClassName
{
color: #CAA3E3;
}
.AnyTagClassName
{
color: #CAA3E3;
}
</style>
background-color css
<style>
a { background-color: #CAA3E3; }
a { background-color: rgb(202,163,227); }
div.DivClassName
{
background-color: #CAA3E3;
}
.BgClassName
{
background-color: #CAA3E3;
}
</style>
border-color css
<style>
span { border-color: #CAA3E3; }
span { border-color: rgb(202,163,227); }
td.TdClassName
{
border-color: #CAA3E3;
}
.TagClassName
{
border-color: #CAA3E3;
}
</style>