Shades of Wisteria #CAA6DB
Tints of Wisteria #CAA6DB
RGB
CMYK
RGB Variations
Color information
#CAA6DB (or 0xCAA6DB) is known color: Wisteria. HEX triplet: CA, A6 and DB. RGB value is (202,166,219). Sum of RGB (Red+Green+Blue) = 202+166+219=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 166 (65.23% from 255 or 28.28% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAA6DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA6DB is #355924. Grayscale: #B6B6B6. Windows color (decimal): -3496229 or 14395082. OLE color: 14395082.
HSL color Cylindrical-coordinate representation of color #CAA6DB: hue angle of 280.75º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAA6DB is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 166 | 219 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.14 |
| HSL | 280.75º | 0.42% | 0.75% | - |
| HSV(B) | 280.75º | 0.24% | 0.86% | - |
| XYZ | 50.78 | 44.94 | 73.02 | - |
| YUV | 182.81 | 148.43 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 219 | 0.08 | 0.24 | 0 | 0.14 | 280.75 | 0.42 | 0.75 |
| Hex | CA | A6 | DB | 8 | 18 | 0 | E | 119 | 2A | 4B |
| Octal | 312 | 246 | 333 | 10 | 30 | 0 | 16 | 431 | 52 | 113 |
| Binary | 11001010 | 10100110 | 11011011 | 1000 | 11000 | 0 | 1110 | 100011001 | 101010 | 1001011 |
Color Harmonies of #CAA6DB
Complementary color
Monochromatic Colors of #CAA6DB
Black with #CAA6DB
Text Example
Text Example
White with #CAA6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA6DB; }
p { color: rgb(202,166,219); }
H1.HeaderClassName
{
color: #CAA6DB;
}
.AnyTagClassName
{
color: #CAA6DB;
}
</style>
background-color css
<style>
a { background-color: #CAA6DB; }
a { background-color: rgb(202,166,219); }
div.DivClassName
{
background-color: #CAA6DB;
}
.BgClassName
{
background-color: #CAA6DB;
}
</style>
border-color css
<style>
span { border-color: #CAA6DB; }
span { border-color: rgb(202,166,219); }
td.TdClassName
{
border-color: #CAA6DB;
}
.TagClassName
{
border-color: #CAA6DB;
}
</style>