Shades of Wisteria #CAA1DE
Tints of Wisteria #CAA1DE
RGB
CMYK
RGB Variations
Color information
#CAA1DE (or 0xCAA1DE) is known color: Wisteria. HEX triplet: CA, A1 and DE. RGB value is (202,161,222). Sum of RGB (Red+Green+Blue) = 202+161+222=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 161 (63.28% from 255 or 27.52% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 222 - color contains mainly: blue. Hex color #CAA1DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA1DE is #355E21. Grayscale: #B4B4B4. Windows color (decimal): -3497506 or 14590410. OLE color: 14590410.
HSL color Cylindrical-coordinate representation of color #CAA1DE: hue angle of 280.33º degrees, saturation: 0.48, 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 #CAA1DE is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 161 | 222 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.13 |
| HSL | 280.33º | 0.48% | 0.75% | - |
| HSV(B) | 280.33º | 0.27% | 0.87% | - |
| XYZ | 50.29 | 43.32 | 74.82 | - |
| YUV | 180.21 | 151.58 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 222 | 0.09 | 0.27 | 0 | 0.13 | 280.33 | 0.48 | 0.75 |
| Hex | CA | A1 | DE | 9 | 1B | 0 | D | 118 | 30 | 4B |
| Octal | 312 | 241 | 336 | 11 | 33 | 0 | 15 | 430 | 60 | 113 |
| Binary | 11001010 | 10100001 | 11011110 | 1001 | 11011 | 0 | 1101 | 100011000 | 110000 | 1001011 |
Color Harmonies of #CAA1DE
Complementary color
Monochromatic Colors of #CAA1DE
Black with #CAA1DE
Text Example
Text Example
White with #CAA1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA1DE; }
p { color: rgb(202,161,222); }
H1.HeaderClassName
{
color: #CAA1DE;
}
.AnyTagClassName
{
color: #CAA1DE;
}
</style>
background-color css
<style>
a { background-color: #CAA1DE; }
a { background-color: rgb(202,161,222); }
div.DivClassName
{
background-color: #CAA1DE;
}
.BgClassName
{
background-color: #CAA1DE;
}
</style>
border-color css
<style>
span { border-color: #CAA1DE; }
span { border-color: rgb(202,161,222); }
td.TdClassName
{
border-color: #CAA1DE;
}
.TagClassName
{
border-color: #CAA1DE;
}
</style>