Shades of Wisteria #CAA8DA
Tints of Wisteria #CAA8DA
RGB
CMYK
RGB Variations
Color information
#CAA8DA (or 0xCAA8DA) is known color: Wisteria. HEX triplet: CA, A8 and DA. RGB value is (202,168,218). Sum of RGB (Red+Green+Blue) = 202+168+218=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 168 (66.02% from 255 or 28.57% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAA8DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA8DA is #355725. Grayscale: #B7B7B7. Windows color (decimal): -3495718 or 14330058. OLE color: 14330058.
HSL color Cylindrical-coordinate representation of color #CAA8DA: hue angle of 280.8º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAA8DA is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 168 | 218 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.15 |
| HSL | 280.8º | 0.4% | 0.76% | - |
| HSV(B) | 280.8º | 0.23% | 0.85% | - |
| XYZ | 51.01 | 45.62 | 72.45 | - |
| YUV | 183.87 | 147.26 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 218 | 0.07 | 0.23 | 0 | 0.15 | 280.8 | 0.4 | 0.76 |
| Hex | CA | A8 | DA | 7 | 17 | 0 | F | 119 | 28 | 4C |
| Octal | 312 | 250 | 332 | 7 | 27 | 0 | 17 | 431 | 50 | 114 |
| Binary | 11001010 | 10101000 | 11011010 | 111 | 10111 | 0 | 1111 | 100011001 | 101000 | 1001100 |
Color Harmonies of #CAA8DA
Complementary color
Monochromatic Colors of #CAA8DA
Black with #CAA8DA
Text Example
Text Example
White with #CAA8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA8DA; }
p { color: rgb(202,168,218); }
H1.HeaderClassName
{
color: #CAA8DA;
}
.AnyTagClassName
{
color: #CAA8DA;
}
</style>
background-color css
<style>
a { background-color: #CAA8DA; }
a { background-color: rgb(202,168,218); }
div.DivClassName
{
background-color: #CAA8DA;
}
.BgClassName
{
background-color: #CAA8DA;
}
</style>
border-color css
<style>
span { border-color: #CAA8DA; }
span { border-color: rgb(202,168,218); }
td.TdClassName
{
border-color: #CAA8DA;
}
.TagClassName
{
border-color: #CAA8DA;
}
</style>