Shades of Wisteria #CAA5D2
Tints of Wisteria #CAA5D2
RGB
CMYK
RGB Variations
Color information
#CAA5D2 (or 0xCAA5D2) is known color: Wisteria. HEX triplet: CA, A5 and D2. RGB value is (202,165,210). Sum of RGB (Red+Green+Blue) = 202+165+210=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 165 (64.84% from 255 or 28.60% from 577); Blue value is 210 (82.42% from 255 or 36.40% from 577); Max value from RGB is 210 - color contains mainly: blue. Hex color #CAA5D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA5D2 is #355A2D. Grayscale: #B5B5B5. Windows color (decimal): -3496494 or 13805002. OLE color: 13805002.
HSL color Cylindrical-coordinate representation of color #CAA5D2: hue angle of 289.33º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAA5D2 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 165 | 210 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.18 |
| HSL | 289.33º | 0.33% | 0.74% | - |
| HSV(B) | 289.33º | 0.21% | 0.82% | - |
| XYZ | 49.45 | 44.12 | 66.88 | - |
| YUV | 181.19 | 144.26 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 210 | 0.04 | 0.21 | 0 | 0.18 | 289.33 | 0.33 | 0.74 |
| Hex | CA | A5 | D2 | 4 | 15 | 0 | 12 | 121 | 21 | 4A |
| Octal | 312 | 245 | 322 | 4 | 25 | 0 | 22 | 441 | 41 | 112 |
| Binary | 11001010 | 10100101 | 11010010 | 100 | 10101 | 0 | 10010 | 100100001 | 100001 | 1001010 |
Color Harmonies of #CAA5D2
Complementary color
Monochromatic Colors of #CAA5D2
Black with #CAA5D2
Text Example
Text Example
White with #CAA5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA5D2; }
p { color: rgb(202,165,210); }
H1.HeaderClassName
{
color: #CAA5D2;
}
.AnyTagClassName
{
color: #CAA5D2;
}
</style>
background-color css
<style>
a { background-color: #CAA5D2; }
a { background-color: rgb(202,165,210); }
div.DivClassName
{
background-color: #CAA5D2;
}
.BgClassName
{
background-color: #CAA5D2;
}
</style>
border-color css
<style>
span { border-color: #CAA5D2; }
span { border-color: rgb(202,165,210); }
td.TdClassName
{
border-color: #CAA5D2;
}
.TagClassName
{
border-color: #CAA5D2;
}
</style>