Shades of Wisteria #CAA9DF
Tints of Wisteria #CAA9DF
RGB
CMYK
RGB Variations
Color information
#CAA9DF (or 0xCAA9DF) is known color: Wisteria. HEX triplet: CA, A9 and DF. RGB value is (202,169,223). Sum of RGB (Red+Green+Blue) = 202+169+223=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 169 (66.41% from 255 or 28.45% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAA9DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA9DF is #355620. Grayscale: #B8B8B8. Windows color (decimal): -3495457 or 14657994. OLE color: 14657994.
HSL color Cylindrical-coordinate representation of color #CAA9DF: hue angle of 276.67º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAA9DF is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 169 | 223 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.13 |
| HSL | 276.67º | 0.46% | 0.77% | - |
| HSV(B) | 276.67º | 0.24% | 0.87% | - |
| XYZ | 51.86 | 46.26 | 76.01 | - |
| YUV | 185.02 | 149.43 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 169 | 223 | 0.09 | 0.24 | 0 | 0.13 | 276.67 | 0.46 | 0.77 |
| Hex | CA | A9 | DF | 9 | 18 | 0 | D | 115 | 2E | 4D |
| Octal | 312 | 251 | 337 | 11 | 30 | 0 | 15 | 425 | 56 | 115 |
| Binary | 11001010 | 10101001 | 11011111 | 1001 | 11000 | 0 | 1101 | 100010101 | 101110 | 1001101 |
Color Harmonies of #CAA9DF
Complementary color
Monochromatic Colors of #CAA9DF
Black with #CAA9DF
Text Example
Text Example
White with #CAA9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA9DF; }
p { color: rgb(202,169,223); }
H1.HeaderClassName
{
color: #CAA9DF;
}
.AnyTagClassName
{
color: #CAA9DF;
}
</style>
background-color css
<style>
a { background-color: #CAA9DF; }
a { background-color: rgb(202,169,223); }
div.DivClassName
{
background-color: #CAA9DF;
}
.BgClassName
{
background-color: #CAA9DF;
}
</style>
border-color css
<style>
span { border-color: #CAA9DF; }
span { border-color: rgb(202,169,223); }
td.TdClassName
{
border-color: #CAA9DF;
}
.TagClassName
{
border-color: #CAA9DF;
}
</style>