Shades of Wisteria #CAA1DF
Tints of Wisteria #CAA1DF
RGB
CMYK
RGB Variations
Color information
#CAA1DF (or 0xCAA1DF) is known color: Wisteria. HEX triplet: CA, A1 and DF. RGB value is (202,161,223). Sum of RGB (Red+Green+Blue) = 202+161+223=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 161 (63.28% from 255 or 27.47% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAA1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA1DF is #355E20. Grayscale: #B4B4B4. Windows color (decimal): -3497505 or 14655946. OLE color: 14655946.
HSL color Cylindrical-coordinate representation of color #CAA1DF: hue angle of 279.68º degrees, saturation: 0.49, 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 #CAA1DF is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 161 | 223 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.13 |
| HSL | 279.68º | 0.49% | 0.75% | - |
| HSV(B) | 279.68º | 0.28% | 0.87% | - |
| XYZ | 50.42 | 43.37 | 75.53 | - |
| YUV | 180.33 | 152.08 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 223 | 0.09 | 0.28 | 0 | 0.13 | 279.68 | 0.49 | 0.75 |
| Hex | CA | A1 | DF | 9 | 1C | 0 | D | 118 | 31 | 4B |
| Octal | 312 | 241 | 337 | 11 | 34 | 0 | 15 | 430 | 61 | 113 |
| Binary | 11001010 | 10100001 | 11011111 | 1001 | 11100 | 0 | 1101 | 100011000 | 110001 | 1001011 |
Color Harmonies of #CAA1DF
Complementary color
Monochromatic Colors of #CAA1DF
Black with #CAA1DF
Text Example
Text Example
White with #CAA1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA1DF; }
p { color: rgb(202,161,223); }
H1.HeaderClassName
{
color: #CAA1DF;
}
.AnyTagClassName
{
color: #CAA1DF;
}
</style>
background-color css
<style>
a { background-color: #CAA1DF; }
a { background-color: rgb(202,161,223); }
div.DivClassName
{
background-color: #CAA1DF;
}
.BgClassName
{
background-color: #CAA1DF;
}
</style>
border-color css
<style>
span { border-color: #CAA1DF; }
span { border-color: rgb(202,161,223); }
td.TdClassName
{
border-color: #CAA1DF;
}
.TagClassName
{
border-color: #CAA1DF;
}
</style>