Shades of Wisteria #CAA1DD
Tints of Wisteria #CAA1DD
RGB
CMYK
RGB Variations
Color information
#CAA1DD (or 0xCAA1DD) is known color: Wisteria. HEX triplet: CA, A1 and DD. RGB value is (202,161,221). Sum of RGB (Red+Green+Blue) = 202+161+221=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 161 (63.28% from 255 or 27.57% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAA1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA1DD is #355E22. Grayscale: #B3B3B3. Windows color (decimal): -3497507 or 14524874. OLE color: 14524874.
HSL color Cylindrical-coordinate representation of color #CAA1DD: hue angle of 281º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAA1DD is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 161 | 221 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.13 |
| HSL | 281º | 0.47% | 0.75% | - |
| HSV(B) | 281º | 0.27% | 0.87% | - |
| XYZ | 50.15 | 43.27 | 74.11 | - |
| YUV | 180.1 | 151.08 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 221 | 0.09 | 0.27 | 0 | 0.13 | 281 | 0.47 | 0.75 |
| Hex | CA | A1 | DD | 9 | 1B | 0 | D | 119 | 2F | 4B |
| Octal | 312 | 241 | 335 | 11 | 33 | 0 | 15 | 431 | 57 | 113 |
| Binary | 11001010 | 10100001 | 11011101 | 1001 | 11011 | 0 | 1101 | 100011001 | 101111 | 1001011 |
Color Harmonies of #CAA1DD
Complementary color
Monochromatic Colors of #CAA1DD
Black with #CAA1DD
Text Example
Text Example
White with #CAA1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA1DD; }
p { color: rgb(202,161,221); }
H1.HeaderClassName
{
color: #CAA1DD;
}
.AnyTagClassName
{
color: #CAA1DD;
}
</style>
background-color css
<style>
a { background-color: #CAA1DD; }
a { background-color: rgb(202,161,221); }
div.DivClassName
{
background-color: #CAA1DD;
}
.BgClassName
{
background-color: #CAA1DD;
}
</style>
border-color css
<style>
span { border-color: #CAA1DD; }
span { border-color: rgb(202,161,221); }
td.TdClassName
{
border-color: #CAA1DD;
}
.TagClassName
{
border-color: #CAA1DD;
}
</style>