Shades of Wisteria #CAA7DB
Tints of Wisteria #CAA7DB
RGB
CMYK
RGB Variations
Color information
#CAA7DB (or 0xCAA7DB) is known color: Wisteria. HEX triplet: CA, A7 and DB. RGB value is (202,167,219). Sum of RGB (Red+Green+Blue) = 202+167+219=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 167 (65.62% from 255 or 28.40% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAA7DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA7DB is #355824. Grayscale: #B7B7B7. Windows color (decimal): -3495973 or 14395338. OLE color: 14395338.
HSL color Cylindrical-coordinate representation of color #CAA7DB: hue angle of 280.38º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAA7DB is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 167 | 219 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.14 |
| HSL | 280.38º | 0.42% | 0.76% | - |
| HSV(B) | 280.38º | 0.24% | 0.86% | - |
| XYZ | 50.96 | 45.31 | 73.08 | - |
| YUV | 183.39 | 148.1 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 167 | 219 | 0.08 | 0.24 | 0 | 0.14 | 280.38 | 0.42 | 0.76 |
| Hex | CA | A7 | DB | 8 | 18 | 0 | E | 118 | 2A | 4C |
| Octal | 312 | 247 | 333 | 10 | 30 | 0 | 16 | 430 | 52 | 114 |
| Binary | 11001010 | 10100111 | 11011011 | 1000 | 11000 | 0 | 1110 | 100011000 | 101010 | 1001100 |
Color Harmonies of #CAA7DB
Complementary color
Monochromatic Colors of #CAA7DB
Black with #CAA7DB
Text Example
Text Example
White with #CAA7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA7DB; }
p { color: rgb(202,167,219); }
H1.HeaderClassName
{
color: #CAA7DB;
}
.AnyTagClassName
{
color: #CAA7DB;
}
</style>
background-color css
<style>
a { background-color: #CAA7DB; }
a { background-color: rgb(202,167,219); }
div.DivClassName
{
background-color: #CAA7DB;
}
.BgClassName
{
background-color: #CAA7DB;
}
</style>
border-color css
<style>
span { border-color: #CAA7DB; }
span { border-color: rgb(202,167,219); }
td.TdClassName
{
border-color: #CAA7DB;
}
.TagClassName
{
border-color: #CAA7DB;
}
</style>