Shades of Wisteria #CAA1D5
Tints of Wisteria #CAA1D5
RGB
CMYK
RGB Variations
Color information
#CAA1D5 (or 0xCAA1D5) is known color: Wisteria. HEX triplet: CA, A1 and D5. RGB value is (202,161,213). Sum of RGB (Red+Green+Blue) = 202+161+213=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 161 (63.28% from 255 or 27.95% from 576); Blue value is 213 (83.59% from 255 or 36.98% from 576); Max value from RGB is 213 - color contains mainly: blue. Hex color #CAA1D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA1D5 is #355E2A. Grayscale: #B3B3B3. Windows color (decimal): -3497515 or 14000586. OLE color: 14000586.
HSL color Cylindrical-coordinate representation of color #CAA1D5: hue angle of 287.31º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAA1D5 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 161 | 213 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.16 |
| HSL | 287.31º | 0.38% | 0.73% | - |
| HSV(B) | 287.31º | 0.24% | 0.84% | - |
| XYZ | 49.11 | 42.85 | 68.63 | - |
| YUV | 179.19 | 147.08 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 213 | 0.05 | 0.24 | 0 | 0.16 | 287.31 | 0.38 | 0.73 |
| Hex | CA | A1 | D5 | 5 | 18 | 0 | 10 | 11F | 26 | 49 |
| Octal | 312 | 241 | 325 | 5 | 30 | 0 | 20 | 437 | 46 | 111 |
| Binary | 11001010 | 10100001 | 11010101 | 101 | 11000 | 0 | 10000 | 100011111 | 100110 | 1001001 |
Color Harmonies of #CAA1D5
Complementary color
Monochromatic Colors of #CAA1D5
Black with #CAA1D5
Text Example
Text Example
White with #CAA1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA1D5; }
p { color: rgb(202,161,213); }
H1.HeaderClassName
{
color: #CAA1D5;
}
.AnyTagClassName
{
color: #CAA1D5;
}
</style>
background-color css
<style>
a { background-color: #CAA1D5; }
a { background-color: rgb(202,161,213); }
div.DivClassName
{
background-color: #CAA1D5;
}
.BgClassName
{
background-color: #CAA1D5;
}
</style>
border-color css
<style>
span { border-color: #CAA1D5; }
span { border-color: rgb(202,161,213); }
td.TdClassName
{
border-color: #CAA1D5;
}
.TagClassName
{
border-color: #CAA1D5;
}
</style>