Shades of Wisteria #CAA5D4
Tints of Wisteria #CAA5D4
RGB
CMYK
RGB Variations
Color information
#CAA5D4 (or 0xCAA5D4) is known color: Wisteria. HEX triplet: CA, A5 and D4. RGB value is (202,165,212). Sum of RGB (Red+Green+Blue) = 202+165+212=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 165 (64.84% from 255 or 28.50% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 212 - color contains mainly: blue. Hex color #CAA5D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA5D4 is #355A2B. Grayscale: #B5B5B5. Windows color (decimal): -3496492 or 13936074. OLE color: 13936074.
HSL color Cylindrical-coordinate representation of color #CAA5D4: hue angle of 287.23º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAA5D4 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 165 | 212 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.17 |
| HSL | 287.23º | 0.35% | 0.74% | - |
| HSV(B) | 287.23º | 0.22% | 0.83% | - |
| XYZ | 49.7 | 44.22 | 68.2 | - |
| YUV | 181.42 | 145.26 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 212 | 0.05 | 0.22 | 0 | 0.17 | 287.23 | 0.35 | 0.74 |
| Hex | CA | A5 | D4 | 5 | 16 | 0 | 11 | 11F | 23 | 4A |
| Octal | 312 | 245 | 324 | 5 | 26 | 0 | 21 | 437 | 43 | 112 |
| Binary | 11001010 | 10100101 | 11010100 | 101 | 10110 | 0 | 10001 | 100011111 | 100011 | 1001010 |
Color Harmonies of #CAA5D4
Complementary color
Monochromatic Colors of #CAA5D4
Black with #CAA5D4
Text Example
Text Example
White with #CAA5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA5D4; }
p { color: rgb(202,165,212); }
H1.HeaderClassName
{
color: #CAA5D4;
}
.AnyTagClassName
{
color: #CAA5D4;
}
</style>
background-color css
<style>
a { background-color: #CAA5D4; }
a { background-color: rgb(202,165,212); }
div.DivClassName
{
background-color: #CAA5D4;
}
.BgClassName
{
background-color: #CAA5D4;
}
</style>
border-color css
<style>
span { border-color: #CAA5D4; }
span { border-color: rgb(202,165,212); }
td.TdClassName
{
border-color: #CAA5D4;
}
.TagClassName
{
border-color: #CAA5D4;
}
</style>