Shades of Wisteria #CAA0DF
Tints of Wisteria #CAA0DF
RGB
CMYK
RGB Variations
Color information
#CAA0DF (or 0xCAA0DF) is known color: Wisteria. HEX triplet: CA, A0 and DF. RGB value is (202,160,223). Sum of RGB (Red+Green+Blue) = 202+160+223=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 160 (62.89% from 255 or 27.35% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAA0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA0DF is #355F20. Grayscale: #B3B3B3. Windows color (decimal): -3497761 or 14655690. OLE color: 14655690.
HSL color Cylindrical-coordinate representation of color #CAA0DF: hue angle of 280º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAA0DF is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 160 | 223 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.13 |
| HSL | 280º | 0.5% | 0.75% | - |
| HSV(B) | 280º | 0.28% | 0.87% | - |
| XYZ | 50.25 | 43.03 | 75.47 | - |
| YUV | 179.74 | 152.41 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 223 | 0.09 | 0.28 | 0 | 0.13 | 280 | 0.5 | 0.75 |
| Hex | CA | A0 | DF | 9 | 1C | 0 | D | 118 | 32 | 4B |
| Octal | 312 | 240 | 337 | 11 | 34 | 0 | 15 | 430 | 62 | 113 |
| Binary | 11001010 | 10100000 | 11011111 | 1001 | 11100 | 0 | 1101 | 100011000 | 110010 | 1001011 |
Color Harmonies of #CAA0DF
Complementary color
Monochromatic Colors of #CAA0DF
Black with #CAA0DF
Text Example
Text Example
White with #CAA0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA0DF; }
p { color: rgb(202,160,223); }
H1.HeaderClassName
{
color: #CAA0DF;
}
.AnyTagClassName
{
color: #CAA0DF;
}
</style>
background-color css
<style>
a { background-color: #CAA0DF; }
a { background-color: rgb(202,160,223); }
div.DivClassName
{
background-color: #CAA0DF;
}
.BgClassName
{
background-color: #CAA0DF;
}
</style>
border-color css
<style>
span { border-color: #CAA0DF; }
span { border-color: rgb(202,160,223); }
td.TdClassName
{
border-color: #CAA0DF;
}
.TagClassName
{
border-color: #CAA0DF;
}
</style>