Shades of Wisteria #CAA0E1
Tints of Wisteria #CAA0E1
RGB
CMYK
RGB Variations
Color information
#CAA0E1 (or 0xCAA0E1) is known color: Wisteria. HEX triplet: CA, A0 and E1. RGB value is (202,160,225). Sum of RGB (Red+Green+Blue) = 202+160+225=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 160 (62.89% from 255 or 27.26% from 587); Blue value is 225 (88.28% from 255 or 38.33% from 587); Max value from RGB is 225 - color contains mainly: blue. Hex color #CAA0E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA0E1 is #355F1E. Grayscale: #B3B3B3. Windows color (decimal): -3497759 or 14786762. OLE color: 14786762.
HSL color Cylindrical-coordinate representation of color #CAA0E1: hue angle of 278.77º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAA0E1 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 160 | 225 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.12 |
| HSL | 278.77º | 0.52% | 0.75% | - |
| HSV(B) | 278.77º | 0.29% | 0.88% | - |
| XYZ | 50.52 | 43.13 | 76.9 | - |
| YUV | 179.97 | 153.41 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 225 | 0.10 | 0.29 | 0 | 0.12 | 278.77 | 0.52 | 0.75 |
| Hex | CA | A0 | E1 | A | 1D | 0 | C | 117 | 34 | 4B |
| Octal | 312 | 240 | 341 | 12 | 35 | 0 | 14 | 427 | 64 | 113 |
| Binary | 11001010 | 10100000 | 11100001 | 1010 | 11101 | 0 | 1100 | 100010111 | 110100 | 1001011 |
Color Harmonies of #CAA0E1
Complementary color
Monochromatic Colors of #CAA0E1
Black with #CAA0E1
Text Example
Text Example
White with #CAA0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA0E1; }
p { color: rgb(202,160,225); }
H1.HeaderClassName
{
color: #CAA0E1;
}
.AnyTagClassName
{
color: #CAA0E1;
}
</style>
background-color css
<style>
a { background-color: #CAA0E1; }
a { background-color: rgb(202,160,225); }
div.DivClassName
{
background-color: #CAA0E1;
}
.BgClassName
{
background-color: #CAA0E1;
}
</style>
border-color css
<style>
span { border-color: #CAA0E1; }
span { border-color: rgb(202,160,225); }
td.TdClassName
{
border-color: #CAA0E1;
}
.TagClassName
{
border-color: #CAA0E1;
}
</style>