Shades of Wisteria #CAA8D5
Tints of Wisteria #CAA8D5
RGB
CMYK
RGB Variations
Color information
#CAA8D5 (or 0xCAA8D5) is known color: Wisteria. HEX triplet: CA, A8 and D5. RGB value is (202,168,213). Sum of RGB (Red+Green+Blue) = 202+168+213=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 168 (66.02% from 255 or 28.82% from 583); Blue value is 213 (83.59% from 255 or 36.54% from 583); Max value from RGB is 213 - color contains mainly: blue. Hex color #CAA8D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA8D5 is #35572A. Grayscale: #B7B7B7. Windows color (decimal): -3495723 or 14002378. OLE color: 14002378.
HSL color Cylindrical-coordinate representation of color #CAA8D5: hue angle of 285.33º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAA8D5 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 168 | 213 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.16 |
| HSL | 285.33º | 0.35% | 0.75% | - |
| HSV(B) | 285.33º | 0.21% | 0.84% | - |
| XYZ | 50.37 | 45.37 | 69.05 | - |
| YUV | 183.3 | 144.76 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 213 | 0.05 | 0.21 | 0 | 0.16 | 285.33 | 0.35 | 0.75 |
| Hex | CA | A8 | D5 | 5 | 15 | 0 | 10 | 11D | 23 | 4B |
| Octal | 312 | 250 | 325 | 5 | 25 | 0 | 20 | 435 | 43 | 113 |
| Binary | 11001010 | 10101000 | 11010101 | 101 | 10101 | 0 | 10000 | 100011101 | 100011 | 1001011 |
Color Harmonies of #CAA8D5
Complementary color
Monochromatic Colors of #CAA8D5
Black with #CAA8D5
Text Example
Text Example
White with #CAA8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA8D5; }
p { color: rgb(202,168,213); }
H1.HeaderClassName
{
color: #CAA8D5;
}
.AnyTagClassName
{
color: #CAA8D5;
}
</style>
background-color css
<style>
a { background-color: #CAA8D5; }
a { background-color: rgb(202,168,213); }
div.DivClassName
{
background-color: #CAA8D5;
}
.BgClassName
{
background-color: #CAA8D5;
}
</style>
border-color css
<style>
span { border-color: #CAA8D5; }
span { border-color: rgb(202,168,213); }
td.TdClassName
{
border-color: #CAA8D5;
}
.TagClassName
{
border-color: #CAA8D5;
}
</style>