Shades of Wisteria #CAA2DF
Tints of Wisteria #CAA2DF
RGB
CMYK
RGB Variations
Color information
#CAA2DF (or 0xCAA2DF) is known color: Wisteria. HEX triplet: CA, A2 and DF. RGB value is (202,162,223). Sum of RGB (Red+Green+Blue) = 202+162+223=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 162 (63.67% from 255 or 27.60% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAA2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA2DF is #355D20. Grayscale: #B4B4B4. Windows color (decimal): -3497249 or 14656202. OLE color: 14656202.
HSL color Cylindrical-coordinate representation of color #CAA2DF: hue angle of 279.34º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAA2DF is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 162 | 223 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.13 |
| HSL | 279.34º | 0.49% | 0.75% | - |
| HSV(B) | 279.34º | 0.27% | 0.87% | - |
| XYZ | 50.6 | 43.72 | 75.59 | - |
| YUV | 180.91 | 151.75 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 223 | 0.09 | 0.27 | 0 | 0.13 | 279.34 | 0.49 | 0.75 |
| Hex | CA | A2 | DF | 9 | 1B | 0 | D | 117 | 31 | 4B |
| Octal | 312 | 242 | 337 | 11 | 33 | 0 | 15 | 427 | 61 | 113 |
| Binary | 11001010 | 10100010 | 11011111 | 1001 | 11011 | 0 | 1101 | 100010111 | 110001 | 1001011 |
Color Harmonies of #CAA2DF
Complementary color
Monochromatic Colors of #CAA2DF
Black with #CAA2DF
Text Example
Text Example
White with #CAA2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA2DF; }
p { color: rgb(202,162,223); }
H1.HeaderClassName
{
color: #CAA2DF;
}
.AnyTagClassName
{
color: #CAA2DF;
}
</style>
background-color css
<style>
a { background-color: #CAA2DF; }
a { background-color: rgb(202,162,223); }
div.DivClassName
{
background-color: #CAA2DF;
}
.BgClassName
{
background-color: #CAA2DF;
}
</style>
border-color css
<style>
span { border-color: #CAA2DF; }
span { border-color: rgb(202,162,223); }
td.TdClassName
{
border-color: #CAA2DF;
}
.TagClassName
{
border-color: #CAA2DF;
}
</style>