Shades of Wisteria #CAA0ED
Tints of Wisteria #CAA0ED
RGB
CMYK
RGB Variations
Color information
#CAA0ED (or 0xCAA0ED) is known color: Wisteria. HEX triplet: CA, A0 and ED. RGB value is (202,160,237). Sum of RGB (Red+Green+Blue) = 202+160+237=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 160 (62.89% from 255 or 26.71% from 599); Blue value is 237 (92.97% from 255 or 39.57% from 599); Max value from RGB is 237 - color contains mainly: blue. Hex color #CAA0ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA0ED is #355F12. Grayscale: #B5B5B5. Windows color (decimal): -3497747 or 15573194. OLE color: 15573194.
HSL color Cylindrical-coordinate representation of color #CAA0ED: hue angle of 272.73º degrees, saturation: 0.68, 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 #CAA0ED is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 160 | 237 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.07 |
| HSL | 272.73º | 0.68% | 0.78% | - |
| HSV(B) | 272.73º | 0.32% | 0.93% | - |
| XYZ | 52.21 | 43.81 | 85.83 | - |
| YUV | 181.34 | 159.41 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 237 | 0.15 | 0.32 | 0 | 0.07 | 272.73 | 0.68 | 0.78 |
| Hex | CA | A0 | ED | F | 20 | 0 | 7 | 111 | 44 | 4E |
| Octal | 312 | 240 | 355 | 17 | 40 | 0 | 7 | 421 | 104 | 116 |
| Binary | 11001010 | 10100000 | 11101101 | 1111 | 100000 | 0 | 111 | 100010001 | 1000100 | 1001110 |
Color Harmonies of #CAA0ED
Complementary color
Monochromatic Colors of #CAA0ED
Black with #CAA0ED
Text Example
Text Example
White with #CAA0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA0ED; }
p { color: rgb(202,160,237); }
H1.HeaderClassName
{
color: #CAA0ED;
}
.AnyTagClassName
{
color: #CAA0ED;
}
</style>
background-color css
<style>
a { background-color: #CAA0ED; }
a { background-color: rgb(202,160,237); }
div.DivClassName
{
background-color: #CAA0ED;
}
.BgClassName
{
background-color: #CAA0ED;
}
</style>
border-color css
<style>
span { border-color: #CAA0ED; }
span { border-color: rgb(202,160,237); }
td.TdClassName
{
border-color: #CAA0ED;
}
.TagClassName
{
border-color: #CAA0ED;
}
</style>