Shades of Wisteria #CAA5E3
Tints of Wisteria #CAA5E3
RGB
CMYK
RGB Variations
Color information
#CAA5E3 (or 0xCAA5E3) is known color: Wisteria. HEX triplet: CA, A5 and E3. RGB value is (202,165,227). Sum of RGB (Red+Green+Blue) = 202+165+227=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 165 (64.84% from 255 or 27.78% from 594); Blue value is 227 (89.06% from 255 or 38.22% from 594); Max value from RGB is 227 - color contains mainly: blue. Hex color #CAA5E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA5E3 is #355A1C. Grayscale: #B6B6B6. Windows color (decimal): -3496477 or 14919114. OLE color: 14919114.
HSL color Cylindrical-coordinate representation of color #CAA5E3: hue angle of 275.81º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAA5E3 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 165 | 227 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.11 |
| HSL | 275.81º | 0.53% | 0.77% | - |
| HSV(B) | 275.81º | 0.27% | 0.89% | - |
| XYZ | 51.68 | 45.01 | 78.64 | - |
| YUV | 183.13 | 152.76 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 227 | 0.11 | 0.27 | 0 | 0.11 | 275.81 | 0.53 | 0.77 |
| Hex | CA | A5 | E3 | B | 1B | 0 | B | 114 | 35 | 4D |
| Octal | 312 | 245 | 343 | 13 | 33 | 0 | 13 | 424 | 65 | 115 |
| Binary | 11001010 | 10100101 | 11100011 | 1011 | 11011 | 0 | 1011 | 100010100 | 110101 | 1001101 |
Color Harmonies of #CAA5E3
Complementary color
Monochromatic Colors of #CAA5E3
Black with #CAA5E3
Text Example
Text Example
White with #CAA5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA5E3; }
p { color: rgb(202,165,227); }
H1.HeaderClassName
{
color: #CAA5E3;
}
.AnyTagClassName
{
color: #CAA5E3;
}
</style>
background-color css
<style>
a { background-color: #CAA5E3; }
a { background-color: rgb(202,165,227); }
div.DivClassName
{
background-color: #CAA5E3;
}
.BgClassName
{
background-color: #CAA5E3;
}
</style>
border-color css
<style>
span { border-color: #CAA5E3; }
span { border-color: rgb(202,165,227); }
td.TdClassName
{
border-color: #CAA5E3;
}
.TagClassName
{
border-color: #CAA5E3;
}
</style>