Shades of Wisteria #CAA7D9
Tints of Wisteria #CAA7D9
RGB
CMYK
RGB Variations
Color information
#CAA7D9 (or 0xCAA7D9) is known color: Wisteria. HEX triplet: CA, A7 and D9. RGB value is (202,167,217). Sum of RGB (Red+Green+Blue) = 202+167+217=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 167 (65.62% from 255 or 28.50% from 586); Blue value is 217 (85.16% from 255 or 37.03% from 586); Max value from RGB is 217 - color contains mainly: blue. Hex color #CAA7D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA7D9 is #355826. Grayscale: #B7B7B7. Windows color (decimal): -3495975 or 14264266. OLE color: 14264266.
HSL color Cylindrical-coordinate representation of color #CAA7D9: hue angle of 282º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAA7D9 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 167 | 217 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.15 |
| HSL | 282º | 0.4% | 0.75% | - |
| HSV(B) | 282º | 0.23% | 0.85% | - |
| XYZ | 50.7 | 45.2 | 71.7 | - |
| YUV | 183.17 | 147.1 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 167 | 217 | 0.07 | 0.23 | 0 | 0.15 | 282 | 0.4 | 0.75 |
| Hex | CA | A7 | D9 | 7 | 17 | 0 | F | 11A | 28 | 4B |
| Octal | 312 | 247 | 331 | 7 | 27 | 0 | 17 | 432 | 50 | 113 |
| Binary | 11001010 | 10100111 | 11011001 | 111 | 10111 | 0 | 1111 | 100011010 | 101000 | 1001011 |
Color Harmonies of #CAA7D9
Complementary color
Monochromatic Colors of #CAA7D9
Black with #CAA7D9
Text Example
Text Example
White with #CAA7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA7D9; }
p { color: rgb(202,167,217); }
H1.HeaderClassName
{
color: #CAA7D9;
}
.AnyTagClassName
{
color: #CAA7D9;
}
</style>
background-color css
<style>
a { background-color: #CAA7D9; }
a { background-color: rgb(202,167,217); }
div.DivClassName
{
background-color: #CAA7D9;
}
.BgClassName
{
background-color: #CAA7D9;
}
</style>
border-color css
<style>
span { border-color: #CAA7D9; }
span { border-color: rgb(202,167,217); }
td.TdClassName
{
border-color: #CAA7D9;
}
.TagClassName
{
border-color: #CAA7D9;
}
</style>