Shades of Wisteria #CAA2DB
Tints of Wisteria #CAA2DB
RGB
CMYK
RGB Variations
Color information
#CAA2DB (or 0xCAA2DB) is known color: Wisteria. HEX triplet: CA, A2 and DB. RGB value is (202,162,219). Sum of RGB (Red+Green+Blue) = 202+162+219=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 162 (63.67% from 255 or 27.79% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAA2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA2DB is #355D24. Grayscale: #B4B4B4. Windows color (decimal): -3497253 or 14394058. OLE color: 14394058.
HSL color Cylindrical-coordinate representation of color #CAA2DB: hue angle of 282.11º 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 #CAA2DB is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 202 | 162 | 219 | - |
CMYK | 0.08 | 0.26 | 0 | 0.14 |
HSL | 282.11º | 0.44% | 0.75% | - |
HSV(B) | 282.11º | 0.26% | 0.86% | - |
XYZ | 50.06 | 43.51 | 72.78 | - |
YUV | 180.46 | 149.75 | 143.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 162 | 219 | 0.08 | 0.26 | 0 | 0.14 | 282.11 | 0.44 | 0.75 |
Hex | CA | A2 | DB | 8 | 1A | 0 | E | 11A | 2C | 4B |
Octal | 312 | 242 | 333 | 10 | 32 | 0 | 16 | 432 | 54 | 113 |
Binary | 11001010 | 10100010 | 11011011 | 1000 | 11010 | 0 | 1110 | 100011010 | 101100 | 1001011 |
Color Harmonies of #CAA2DB
Complementary color
Monochromatic Colors of #CAA2DB
Black with #CAA2DB
Text Example
Text Example
White with #CAA2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA2DB; }
p { color: rgb(202,162,219); }
H1.HeaderClassName
{
color: #CAA2DB;
}
.AnyTagClassName
{
color: #CAA2DB;
}
</style>
background-color css
<style>
a { background-color: #CAA2DB; }
a { background-color: rgb(202,162,219); }
div.DivClassName
{
background-color: #CAA2DB;
}
.BgClassName
{
background-color: #CAA2DB;
}
</style>
border-color css
<style>
span { border-color: #CAA2DB; }
span { border-color: rgb(202,162,219); }
td.TdClassName
{
border-color: #CAA2DB;
}
.TagClassName
{
border-color: #CAA2DB;
}
</style>