Shades of Wisteria #CAA6DF
Tints of Wisteria #CAA6DF
RGB
CMYK
RGB Variations
Color information
#CAA6DF (or 0xCAA6DF) is known color: Wisteria. HEX triplet: CA, A6 and DF. RGB value is (202,166,223). Sum of RGB (Red+Green+Blue) = 202+166+223=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 166 (65.23% from 255 or 28.09% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAA6DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA6DF is #355920. Grayscale: #B7B7B7. Windows color (decimal): -3496225 or 14657226. OLE color: 14657226.
HSL color Cylindrical-coordinate representation of color #CAA6DF: hue angle of 277.89º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAA6DF is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 166 | 223 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.13 |
| HSL | 277.89º | 0.47% | 0.76% | - |
| HSV(B) | 277.89º | 0.26% | 0.87% | - |
| XYZ | 51.31 | 45.16 | 75.82 | - |
| YUV | 183.26 | 150.43 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 223 | 0.09 | 0.26 | 0 | 0.13 | 277.89 | 0.47 | 0.76 |
| Hex | CA | A6 | DF | 9 | 1A | 0 | D | 116 | 2F | 4C |
| Octal | 312 | 246 | 337 | 11 | 32 | 0 | 15 | 426 | 57 | 114 |
| Binary | 11001010 | 10100110 | 11011111 | 1001 | 11010 | 0 | 1101 | 100010110 | 101111 | 1001100 |
Color Harmonies of #CAA6DF
Complementary color
Monochromatic Colors of #CAA6DF
Black with #CAA6DF
Text Example
Text Example
White with #CAA6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA6DF; }
p { color: rgb(202,166,223); }
H1.HeaderClassName
{
color: #CAA6DF;
}
.AnyTagClassName
{
color: #CAA6DF;
}
</style>
background-color css
<style>
a { background-color: #CAA6DF; }
a { background-color: rgb(202,166,223); }
div.DivClassName
{
background-color: #CAA6DF;
}
.BgClassName
{
background-color: #CAA6DF;
}
</style>
border-color css
<style>
span { border-color: #CAA6DF; }
span { border-color: rgb(202,166,223); }
td.TdClassName
{
border-color: #CAA6DF;
}
.TagClassName
{
border-color: #CAA6DF;
}
</style>