Shades of Wisteria #CAA2D2
Tints of Wisteria #CAA2D2
RGB
CMYK
RGB Variations
Color information
#CAA2D2 (or 0xCAA2D2) is known color: Wisteria. HEX triplet: CA, A2 and D2. RGB value is (202,162,210). Sum of RGB (Red+Green+Blue) = 202+162+210=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 162 (63.67% from 255 or 28.22% from 574); Blue value is 210 (82.42% from 255 or 36.59% from 574); Max value from RGB is 210 - color contains mainly: blue. Hex color #CAA2D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA2D2 is #355D2D. Grayscale: #B3B3B3. Windows color (decimal): -3497262 or 13804234. OLE color: 13804234.
HSL color Cylindrical-coordinate representation of color #CAA2D2: hue angle of 290º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAA2D2 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 162 | 210 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.18 |
| HSL | 290º | 0.35% | 0.73% | - |
| HSV(B) | 290º | 0.23% | 0.82% | - |
| XYZ | 48.91 | 43.05 | 66.7 | - |
| YUV | 179.43 | 145.25 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 210 | 0.04 | 0.23 | 0 | 0.18 | 290 | 0.35 | 0.73 |
| Hex | CA | A2 | D2 | 4 | 17 | 0 | 12 | 122 | 23 | 49 |
| Octal | 312 | 242 | 322 | 4 | 27 | 0 | 22 | 442 | 43 | 111 |
| Binary | 11001010 | 10100010 | 11010010 | 100 | 10111 | 0 | 10010 | 100100010 | 100011 | 1001001 |
Color Harmonies of #CAA2D2
Complementary color
Monochromatic Colors of #CAA2D2
Black with #CAA2D2
Text Example
Text Example
White with #CAA2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA2D2; }
p { color: rgb(202,162,210); }
H1.HeaderClassName
{
color: #CAA2D2;
}
.AnyTagClassName
{
color: #CAA2D2;
}
</style>
background-color css
<style>
a { background-color: #CAA2D2; }
a { background-color: rgb(202,162,210); }
div.DivClassName
{
background-color: #CAA2D2;
}
.BgClassName
{
background-color: #CAA2D2;
}
</style>
border-color css
<style>
span { border-color: #CAA2D2; }
span { border-color: rgb(202,162,210); }
td.TdClassName
{
border-color: #CAA2D2;
}
.TagClassName
{
border-color: #CAA2D2;
}
</style>