Shades of Wisteria #CAA3DB
Tints of Wisteria #CAA3DB
RGB
CMYK
RGB Variations
Color information
#CAA3DB (or 0xCAA3DB) is known color: Wisteria. HEX triplet: CA, A3 and DB. RGB value is (202,163,219). Sum of RGB (Red+Green+Blue) = 202+163+219=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 163 (64.06% from 255 or 27.91% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAA3DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA3DB is #355C24. Grayscale: #B4B4B4. Windows color (decimal): -3496997 or 14394314. OLE color: 14394314.
HSL color Cylindrical-coordinate representation of color #CAA3DB: hue angle of 281.79º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAA3DB is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 163 | 219 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.14 |
| HSL | 281.79º | 0.44% | 0.75% | - |
| HSV(B) | 281.79º | 0.26% | 0.86% | - |
| XYZ | 50.24 | 43.87 | 72.84 | - |
| YUV | 181.05 | 149.42 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 219 | 0.08 | 0.26 | 0 | 0.14 | 281.79 | 0.44 | 0.75 |
| Hex | CA | A3 | DB | 8 | 1A | 0 | E | 11A | 2C | 4B |
| Octal | 312 | 243 | 333 | 10 | 32 | 0 | 16 | 432 | 54 | 113 |
| Binary | 11001010 | 10100011 | 11011011 | 1000 | 11010 | 0 | 1110 | 100011010 | 101100 | 1001011 |
Color Harmonies of #CAA3DB
Complementary color
Monochromatic Colors of #CAA3DB
Black with #CAA3DB
Text Example
Text Example
White with #CAA3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA3DB; }
p { color: rgb(202,163,219); }
H1.HeaderClassName
{
color: #CAA3DB;
}
.AnyTagClassName
{
color: #CAA3DB;
}
</style>
background-color css
<style>
a { background-color: #CAA3DB; }
a { background-color: rgb(202,163,219); }
div.DivClassName
{
background-color: #CAA3DB;
}
.BgClassName
{
background-color: #CAA3DB;
}
</style>
border-color css
<style>
span { border-color: #CAA3DB; }
span { border-color: rgb(202,163,219); }
td.TdClassName
{
border-color: #CAA3DB;
}
.TagClassName
{
border-color: #CAA3DB;
}
</style>