Shades of Wisteria #CAAADF
Tints of Wisteria #CAAADF
RGB
CMYK
RGB Variations
Color information
#CAAADF (or 0xCAAADF) is known color: Wisteria. HEX triplet: CA, AA and DF. RGB value is (202,170,223). Sum of RGB (Red+Green+Blue) = 202+170+223=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 170 (66.80% from 255 or 28.57% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAAADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAADF is #355520. Grayscale: #B9B9B9. Windows color (decimal): -3495201 or 14658250. OLE color: 14658250.
HSL color Cylindrical-coordinate representation of color #CAAADF: hue angle of 276.23º degrees, saturation: 0.45, 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 #CAAADF is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 170 | 223 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.13 |
| HSL | 276.23º | 0.45% | 0.77% | - |
| HSV(B) | 276.23º | 0.24% | 0.87% | - |
| XYZ | 52.05 | 46.63 | 76.07 | - |
| YUV | 185.61 | 149.1 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 170 | 223 | 0.09 | 0.24 | 0 | 0.13 | 276.23 | 0.45 | 0.77 |
| Hex | CA | AA | DF | 9 | 18 | 0 | D | 114 | 2D | 4D |
| Octal | 312 | 252 | 337 | 11 | 30 | 0 | 15 | 424 | 55 | 115 |
| Binary | 11001010 | 10101010 | 11011111 | 1001 | 11000 | 0 | 1101 | 100010100 | 101101 | 1001101 |
Color Harmonies of #CAAADF
Complementary color
Monochromatic Colors of #CAAADF
Black with #CAAADF
Text Example
Text Example
White with #CAAADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAADF; }
p { color: rgb(202,170,223); }
H1.HeaderClassName
{
color: #CAAADF;
}
.AnyTagClassName
{
color: #CAAADF;
}
</style>
background-color css
<style>
a { background-color: #CAAADF; }
a { background-color: rgb(202,170,223); }
div.DivClassName
{
background-color: #CAAADF;
}
.BgClassName
{
background-color: #CAAADF;
}
</style>
border-color css
<style>
span { border-color: #CAAADF; }
span { border-color: rgb(202,170,223); }
td.TdClassName
{
border-color: #CAAADF;
}
.TagClassName
{
border-color: #CAAADF;
}
</style>