Shades of Wisteria #CAA0EC
Tints of Wisteria #CAA0EC
RGB
CMYK
RGB Variations
Color information
#CAA0EC (or 0xCAA0EC) is known color: Wisteria. HEX triplet: CA, A0 and EC. RGB value is (202,160,236). Sum of RGB (Red+Green+Blue) = 202+160+236=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 160 (62.89% from 255 or 26.76% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAA0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA0EC is #355F13. Grayscale: #B4B4B4. Windows color (decimal): -3497748 or 15507658. OLE color: 15507658.
HSL color Cylindrical-coordinate representation of color #CAA0EC: hue angle of 273.16º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAA0EC is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 160 | 236 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.07 |
| HSL | 273.16º | 0.67% | 0.78% | - |
| HSV(B) | 273.16º | 0.32% | 0.93% | - |
| XYZ | 52.07 | 43.75 | 85.06 | - |
| YUV | 181.22 | 158.91 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 236 | 0.14 | 0.32 | 0 | 0.07 | 273.16 | 0.67 | 0.78 |
| Hex | CA | A0 | EC | E | 20 | 0 | 7 | 111 | 43 | 4E |
| Octal | 312 | 240 | 354 | 16 | 40 | 0 | 7 | 421 | 103 | 116 |
| Binary | 11001010 | 10100000 | 11101100 | 1110 | 100000 | 0 | 111 | 100010001 | 1000011 | 1001110 |
Color Harmonies of #CAA0EC
Complementary color
Monochromatic Colors of #CAA0EC
Black with #CAA0EC
Text Example
Text Example
White with #CAA0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA0EC; }
p { color: rgb(202,160,236); }
H1.HeaderClassName
{
color: #CAA0EC;
}
.AnyTagClassName
{
color: #CAA0EC;
}
</style>
background-color css
<style>
a { background-color: #CAA0EC; }
a { background-color: rgb(202,160,236); }
div.DivClassName
{
background-color: #CAA0EC;
}
.BgClassName
{
background-color: #CAA0EC;
}
</style>
border-color css
<style>
span { border-color: #CAA0EC; }
span { border-color: rgb(202,160,236); }
td.TdClassName
{
border-color: #CAA0EC;
}
.TagClassName
{
border-color: #CAA0EC;
}
</style>