Shades of Wisteria #CAA3DF
Tints of Wisteria #CAA3DF
RGB
CMYK
RGB Variations
Color information
#CAA3DF (or 0xCAA3DF) is known color: Wisteria. HEX triplet: CA, A3 and DF. RGB value is (202,163,223). Sum of RGB (Red+Green+Blue) = 202+163+223=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 163 (64.06% from 255 or 27.72% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAA3DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA3DF is #355C20. Grayscale: #B5B5B5. Windows color (decimal): -3496993 or 14656458. OLE color: 14656458.
HSL color Cylindrical-coordinate representation of color #CAA3DF: hue angle of 279º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAA3DF is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 163 | 223 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.13 |
| HSL | 279º | 0.48% | 0.76% | - |
| HSV(B) | 279º | 0.27% | 0.87% | - |
| XYZ | 50.77 | 44.08 | 75.64 | - |
| YUV | 181.5 | 151.42 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 223 | 0.09 | 0.27 | 0 | 0.13 | 279 | 0.48 | 0.76 |
| Hex | CA | A3 | DF | 9 | 1B | 0 | D | 117 | 30 | 4C |
| Octal | 312 | 243 | 337 | 11 | 33 | 0 | 15 | 427 | 60 | 114 |
| Binary | 11001010 | 10100011 | 11011111 | 1001 | 11011 | 0 | 1101 | 100010111 | 110000 | 1001100 |
Color Harmonies of #CAA3DF
Complementary color
Monochromatic Colors of #CAA3DF
Black with #CAA3DF
Text Example
Text Example
White with #CAA3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA3DF; }
p { color: rgb(202,163,223); }
H1.HeaderClassName
{
color: #CAA3DF;
}
.AnyTagClassName
{
color: #CAA3DF;
}
</style>
background-color css
<style>
a { background-color: #CAA3DF; }
a { background-color: rgb(202,163,223); }
div.DivClassName
{
background-color: #CAA3DF;
}
.BgClassName
{
background-color: #CAA3DF;
}
</style>
border-color css
<style>
span { border-color: #CAA3DF; }
span { border-color: rgb(202,163,223); }
td.TdClassName
{
border-color: #CAA3DF;
}
.TagClassName
{
border-color: #CAA3DF;
}
</style>