Shades of Wisteria #CAA4D4
Tints of Wisteria #CAA4D4
RGB
CMYK
RGB Variations
Color information
#CAA4D4 (or 0xCAA4D4) is known color: Wisteria. HEX triplet: CA, A4 and D4. RGB value is (202,164,212). Sum of RGB (Red+Green+Blue) = 202+164+212=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 164 (64.45% from 255 or 28.37% from 578); Blue value is 212 (83.20% from 255 or 36.68% from 578); Max value from RGB is 212 - color contains mainly: blue. Hex color #CAA4D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA4D4 is #355B2B. Grayscale: #B4B4B4. Windows color (decimal): -3496748 or 13935818. OLE color: 13935818.
HSL color Cylindrical-coordinate representation of color #CAA4D4: hue angle of 287.5º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAA4D4 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 164 | 212 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.17 |
| HSL | 287.5º | 0.36% | 0.74% | - |
| HSV(B) | 287.5º | 0.23% | 0.83% | - |
| XYZ | 49.52 | 43.86 | 68.14 | - |
| YUV | 180.83 | 145.59 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 212 | 0.05 | 0.23 | 0 | 0.17 | 287.5 | 0.36 | 0.74 |
| Hex | CA | A4 | D4 | 5 | 17 | 0 | 11 | 120 | 24 | 4A |
| Octal | 312 | 244 | 324 | 5 | 27 | 0 | 21 | 440 | 44 | 112 |
| Binary | 11001010 | 10100100 | 11010100 | 101 | 10111 | 0 | 10001 | 100100000 | 100100 | 1001010 |
Color Harmonies of #CAA4D4
Complementary color
Monochromatic Colors of #CAA4D4
Black with #CAA4D4
Text Example
Text Example
White with #CAA4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA4D4; }
p { color: rgb(202,164,212); }
H1.HeaderClassName
{
color: #CAA4D4;
}
.AnyTagClassName
{
color: #CAA4D4;
}
</style>
background-color css
<style>
a { background-color: #CAA4D4; }
a { background-color: rgb(202,164,212); }
div.DivClassName
{
background-color: #CAA4D4;
}
.BgClassName
{
background-color: #CAA4D4;
}
</style>
border-color css
<style>
span { border-color: #CAA4D4; }
span { border-color: rgb(202,164,212); }
td.TdClassName
{
border-color: #CAA4D4;
}
.TagClassName
{
border-color: #CAA4D4;
}
</style>