Shades of Wisteria #CAA1D7
Tints of Wisteria #CAA1D7
RGB
CMYK
RGB Variations
Color information
#CAA1D7 (or 0xCAA1D7) is known color: Wisteria. HEX triplet: CA, A1 and D7. RGB value is (202,161,215). Sum of RGB (Red+Green+Blue) = 202+161+215=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 161 (63.28% from 255 or 27.85% from 578); Blue value is 215 (84.38% from 255 or 37.20% from 578); Max value from RGB is 215 - color contains mainly: blue. Hex color #CAA1D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA1D7 is #355E28. Grayscale: #B3B3B3. Windows color (decimal): -3497513 or 14131658. OLE color: 14131658.
HSL color Cylindrical-coordinate representation of color #CAA1D7: hue angle of 285.56º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAA1D7 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 161 | 215 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.16 |
| HSL | 285.56º | 0.4% | 0.74% | - |
| HSV(B) | 285.56º | 0.25% | 0.84% | - |
| XYZ | 49.37 | 42.95 | 69.98 | - |
| YUV | 179.42 | 148.08 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 215 | 0.06 | 0.25 | 0 | 0.16 | 285.56 | 0.4 | 0.74 |
| Hex | CA | A1 | D7 | 6 | 19 | 0 | 10 | 11E | 28 | 4A |
| Octal | 312 | 241 | 327 | 6 | 31 | 0 | 20 | 436 | 50 | 112 |
| Binary | 11001010 | 10100001 | 11010111 | 110 | 11001 | 0 | 10000 | 100011110 | 101000 | 1001010 |
Color Harmonies of #CAA1D7
Complementary color
Monochromatic Colors of #CAA1D7
Black with #CAA1D7
Text Example
Text Example
White with #CAA1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA1D7; }
p { color: rgb(202,161,215); }
H1.HeaderClassName
{
color: #CAA1D7;
}
.AnyTagClassName
{
color: #CAA1D7;
}
</style>
background-color css
<style>
a { background-color: #CAA1D7; }
a { background-color: rgb(202,161,215); }
div.DivClassName
{
background-color: #CAA1D7;
}
.BgClassName
{
background-color: #CAA1D7;
}
</style>
border-color css
<style>
span { border-color: #CAA1D7; }
span { border-color: rgb(202,161,215); }
td.TdClassName
{
border-color: #CAA1D7;
}
.TagClassName
{
border-color: #CAA1D7;
}
</style>