Shades of Wisteria #CAA3D3
Tints of Wisteria #CAA3D3
RGB
CMYK
RGB Variations
Color information
#CAA3D3 (or 0xCAA3D3) is known color: Wisteria. HEX triplet: CA, A3 and D3. RGB value is (202,163,211). Sum of RGB (Red+Green+Blue) = 202+163+211=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 163 (64.06% from 255 or 28.30% from 576); Blue value is 211 (82.81% from 255 or 36.63% from 576); Max value from RGB is 211 - color contains mainly: blue. Hex color #CAA3D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA3D3 is #355C2C. Grayscale: #B3B3B3. Windows color (decimal): -3497005 or 13870026. OLE color: 13870026.
HSL color Cylindrical-coordinate representation of color #CAA3D3: hue angle of 288.75º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAA3D3 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 163 | 211 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.17 |
| HSL | 288.75º | 0.35% | 0.73% | - |
| HSV(B) | 288.75º | 0.23% | 0.83% | - |
| XYZ | 49.21 | 43.45 | 67.42 | - |
| YUV | 180.13 | 145.42 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 211 | 0.04 | 0.23 | 0 | 0.17 | 288.75 | 0.35 | 0.73 |
| Hex | CA | A3 | D3 | 4 | 17 | 0 | 11 | 121 | 23 | 49 |
| Octal | 312 | 243 | 323 | 4 | 27 | 0 | 21 | 441 | 43 | 111 |
| Binary | 11001010 | 10100011 | 11010011 | 100 | 10111 | 0 | 10001 | 100100001 | 100011 | 1001001 |
Color Harmonies of #CAA3D3
Complementary color
Monochromatic Colors of #CAA3D3
Black with #CAA3D3
Text Example
Text Example
White with #CAA3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA3D3; }
p { color: rgb(202,163,211); }
H1.HeaderClassName
{
color: #CAA3D3;
}
.AnyTagClassName
{
color: #CAA3D3;
}
</style>
background-color css
<style>
a { background-color: #CAA3D3; }
a { background-color: rgb(202,163,211); }
div.DivClassName
{
background-color: #CAA3D3;
}
.BgClassName
{
background-color: #CAA3D3;
}
</style>
border-color css
<style>
span { border-color: #CAA3D3; }
span { border-color: rgb(202,163,211); }
td.TdClassName
{
border-color: #CAA3D3;
}
.TagClassName
{
border-color: #CAA3D3;
}
</style>