Shades of Wisteria #CAA0D7
Tints of Wisteria #CAA0D7
RGB
CMYK
RGB Variations
Color information
#CAA0D7 (or 0xCAA0D7) is known color: Wisteria. HEX triplet: CA, A0 and D7. RGB value is (202,160,215). Sum of RGB (Red+Green+Blue) = 202+160+215=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 160 (62.89% from 255 or 27.73% from 577); Blue value is 215 (84.38% from 255 or 37.26% from 577); Max value from RGB is 215 - color contains mainly: blue. Hex color #CAA0D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA0D7 is #355F28. Grayscale: #B2B2B2. Windows color (decimal): -3497769 or 14131402. OLE color: 14131402.
HSL color Cylindrical-coordinate representation of color #CAA0D7: hue angle of 285.82º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAA0D7 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 160 | 215 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.16 |
| HSL | 285.82º | 0.41% | 0.74% | - |
| HSV(B) | 285.82º | 0.26% | 0.84% | - |
| XYZ | 49.19 | 42.6 | 69.92 | - |
| YUV | 178.83 | 148.41 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 215 | 0.06 | 0.26 | 0 | 0.16 | 285.82 | 0.41 | 0.74 |
| Hex | CA | A0 | D7 | 6 | 1A | 0 | 10 | 11E | 29 | 4A |
| Octal | 312 | 240 | 327 | 6 | 32 | 0 | 20 | 436 | 51 | 112 |
| Binary | 11001010 | 10100000 | 11010111 | 110 | 11010 | 0 | 10000 | 100011110 | 101001 | 1001010 |
Color Harmonies of #CAA0D7
Complementary color
Monochromatic Colors of #CAA0D7
Black with #CAA0D7
Text Example
Text Example
White with #CAA0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA0D7; }
p { color: rgb(202,160,215); }
H1.HeaderClassName
{
color: #CAA0D7;
}
.AnyTagClassName
{
color: #CAA0D7;
}
</style>
background-color css
<style>
a { background-color: #CAA0D7; }
a { background-color: rgb(202,160,215); }
div.DivClassName
{
background-color: #CAA0D7;
}
.BgClassName
{
background-color: #CAA0D7;
}
</style>
border-color css
<style>
span { border-color: #CAA0D7; }
span { border-color: rgb(202,160,215); }
td.TdClassName
{
border-color: #CAA0D7;
}
.TagClassName
{
border-color: #CAA0D7;
}
</style>