Shades of Wisteria #CAA5DC
Tints of Wisteria #CAA5DC
RGB
CMYK
RGB Variations
Color information
#CAA5DC (or 0xCAA5DC) is known color: Wisteria. HEX triplet: CA, A5 and DC. RGB value is (202,165,220). Sum of RGB (Red+Green+Blue) = 202+165+220=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 165 (64.84% from 255 or 28.11% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAA5DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA5DC is #355A23. Grayscale: #B6B6B6. Windows color (decimal): -3496484 or 14460362. OLE color: 14460362.
HSL color Cylindrical-coordinate representation of color #CAA5DC: hue angle of 280.36º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAA5DC is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 165 | 220 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.14 |
| HSL | 280.36º | 0.44% | 0.75% | - |
| HSV(B) | 280.36º | 0.25% | 0.86% | - |
| XYZ | 50.73 | 44.63 | 73.65 | - |
| YUV | 182.33 | 149.26 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 220 | 0.08 | 0.25 | 0 | 0.14 | 280.36 | 0.44 | 0.75 |
| Hex | CA | A5 | DC | 8 | 19 | 0 | E | 118 | 2C | 4B |
| Octal | 312 | 245 | 334 | 10 | 31 | 0 | 16 | 430 | 54 | 113 |
| Binary | 11001010 | 10100101 | 11011100 | 1000 | 11001 | 0 | 1110 | 100011000 | 101100 | 1001011 |
Color Harmonies of #CAA5DC
Complementary color
Monochromatic Colors of #CAA5DC
Black with #CAA5DC
Text Example
Text Example
White with #CAA5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA5DC; }
p { color: rgb(202,165,220); }
H1.HeaderClassName
{
color: #CAA5DC;
}
.AnyTagClassName
{
color: #CAA5DC;
}
</style>
background-color css
<style>
a { background-color: #CAA5DC; }
a { background-color: rgb(202,165,220); }
div.DivClassName
{
background-color: #CAA5DC;
}
.BgClassName
{
background-color: #CAA5DC;
}
</style>
border-color css
<style>
span { border-color: #CAA5DC; }
span { border-color: rgb(202,165,220); }
td.TdClassName
{
border-color: #CAA5DC;
}
.TagClassName
{
border-color: #CAA5DC;
}
</style>