Shades of Wisteria #CAA4DD
Tints of Wisteria #CAA4DD
RGB
CMYK
RGB Variations
Color information
#CAA4DD (or 0xCAA4DD) is known color: Wisteria. HEX triplet: CA, A4 and DD. RGB value is (202,164,221). Sum of RGB (Red+Green+Blue) = 202+164+221=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 164 (64.45% from 255 or 27.94% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAA4DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA4DD is #355B22. Grayscale: #B5B5B5. Windows color (decimal): -3496739 or 14525642. OLE color: 14525642.
HSL color Cylindrical-coordinate representation of color #CAA4DD: hue angle of 280º 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 #CAA4DD is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 164 | 221 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.13 |
| HSL | 280º | 0.46% | 0.75% | - |
| HSV(B) | 280º | 0.26% | 0.87% | - |
| XYZ | 50.68 | 44.33 | 74.29 | - |
| YUV | 181.86 | 150.09 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 221 | 0.09 | 0.26 | 0 | 0.13 | 280 | 0.46 | 0.75 |
| Hex | CA | A4 | DD | 9 | 1A | 0 | D | 118 | 2E | 4B |
| Octal | 312 | 244 | 335 | 11 | 32 | 0 | 15 | 430 | 56 | 113 |
| Binary | 11001010 | 10100100 | 11011101 | 1001 | 11010 | 0 | 1101 | 100011000 | 101110 | 1001011 |
Color Harmonies of #CAA4DD
Complementary color
Monochromatic Colors of #CAA4DD
Black with #CAA4DD
Text Example
Text Example
White with #CAA4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA4DD; }
p { color: rgb(202,164,221); }
H1.HeaderClassName
{
color: #CAA4DD;
}
.AnyTagClassName
{
color: #CAA4DD;
}
</style>
background-color css
<style>
a { background-color: #CAA4DD; }
a { background-color: rgb(202,164,221); }
div.DivClassName
{
background-color: #CAA4DD;
}
.BgClassName
{
background-color: #CAA4DD;
}
</style>
border-color css
<style>
span { border-color: #CAA4DD; }
span { border-color: rgb(202,164,221); }
td.TdClassName
{
border-color: #CAA4DD;
}
.TagClassName
{
border-color: #CAA4DD;
}
</style>