Shades of Wisteria #CAA3DD
Tints of Wisteria #CAA3DD
RGB
CMYK
RGB Variations
Color information
#CAA3DD (or 0xCAA3DD) is known color: Wisteria. HEX triplet: CA, A3 and DD. RGB value is (202,163,221). Sum of RGB (Red+Green+Blue) = 202+163+221=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 163 (64.06% from 255 or 27.82% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAA3DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA3DD is #355C22. Grayscale: #B5B5B5. Windows color (decimal): -3496995 or 14525386. OLE color: 14525386.
HSL color Cylindrical-coordinate representation of color #CAA3DD: hue angle of 280.34º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAA3DD is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 163 | 221 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.13 |
| HSL | 280.34º | 0.46% | 0.75% | - |
| HSV(B) | 280.34º | 0.26% | 0.87% | - |
| XYZ | 50.51 | 43.97 | 74.23 | - |
| YUV | 181.27 | 150.42 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 221 | 0.09 | 0.26 | 0 | 0.13 | 280.34 | 0.46 | 0.75 |
| Hex | CA | A3 | DD | 9 | 1A | 0 | D | 118 | 2E | 4B |
| Octal | 312 | 243 | 335 | 11 | 32 | 0 | 15 | 430 | 56 | 113 |
| Binary | 11001010 | 10100011 | 11011101 | 1001 | 11010 | 0 | 1101 | 100011000 | 101110 | 1001011 |
Color Harmonies of #CAA3DD
Complementary color
Monochromatic Colors of #CAA3DD
Black with #CAA3DD
Text Example
Text Example
White with #CAA3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA3DD; }
p { color: rgb(202,163,221); }
H1.HeaderClassName
{
color: #CAA3DD;
}
.AnyTagClassName
{
color: #CAA3DD;
}
</style>
background-color css
<style>
a { background-color: #CAA3DD; }
a { background-color: rgb(202,163,221); }
div.DivClassName
{
background-color: #CAA3DD;
}
.BgClassName
{
background-color: #CAA3DD;
}
</style>
border-color css
<style>
span { border-color: #CAA3DD; }
span { border-color: rgb(202,163,221); }
td.TdClassName
{
border-color: #CAA3DD;
}
.TagClassName
{
border-color: #CAA3DD;
}
</style>