Shades of Wisteria #CAA0D3
Tints of Wisteria #CAA0D3
RGB
CMYK
RGB Variations
Color information
#CAA0D3 (or 0xCAA0D3) is known color: Wisteria. HEX triplet: CA, A0 and D3. RGB value is (202,160,211). Sum of RGB (Red+Green+Blue) = 202+160+211=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 160 (62.89% from 255 or 27.92% from 573); Blue value is 211 (82.81% from 255 or 36.82% from 573); Max value from RGB is 211 - color contains mainly: blue. Hex color #CAA0D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA0D3 is #355F2C. Grayscale: #B2B2B2. Windows color (decimal): -3497773 or 13869258. OLE color: 13869258.
HSL color Cylindrical-coordinate representation of color #CAA0D3: hue angle of 289.41º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAA0D3 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 160 | 211 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.17 |
| HSL | 289.41º | 0.37% | 0.73% | - |
| HSV(B) | 289.41º | 0.24% | 0.83% | - |
| XYZ | 48.69 | 42.4 | 67.25 | - |
| YUV | 178.37 | 146.41 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 211 | 0.04 | 0.24 | 0 | 0.17 | 289.41 | 0.37 | 0.73 |
| Hex | CA | A0 | D3 | 4 | 18 | 0 | 11 | 121 | 25 | 49 |
| Octal | 312 | 240 | 323 | 4 | 30 | 0 | 21 | 441 | 45 | 111 |
| Binary | 11001010 | 10100000 | 11010011 | 100 | 11000 | 0 | 10001 | 100100001 | 100101 | 1001001 |
Color Harmonies of #CAA0D3
Complementary color
Monochromatic Colors of #CAA0D3
Black with #CAA0D3
Text Example
Text Example
White with #CAA0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA0D3; }
p { color: rgb(202,160,211); }
H1.HeaderClassName
{
color: #CAA0D3;
}
.AnyTagClassName
{
color: #CAA0D3;
}
</style>
background-color css
<style>
a { background-color: #CAA0D3; }
a { background-color: rgb(202,160,211); }
div.DivClassName
{
background-color: #CAA0D3;
}
.BgClassName
{
background-color: #CAA0D3;
}
</style>
border-color css
<style>
span { border-color: #CAA0D3; }
span { border-color: rgb(202,160,211); }
td.TdClassName
{
border-color: #CAA0D3;
}
.TagClassName
{
border-color: #CAA0D3;
}
</style>