Shades of Wisteria #CAAADC
Tints of Wisteria #CAAADC
RGB
CMYK
RGB Variations
Color information
#CAAADC (or 0xCAAADC) is known color: Wisteria. HEX triplet: CA, AA and DC. RGB value is (202,170,220). Sum of RGB (Red+Green+Blue) = 202+170+220=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 170 (66.80% from 255 or 28.72% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAAADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAADC is #355523. Grayscale: #B9B9B9. Windows color (decimal): -3495204 or 14461642. OLE color: 14461642.
HSL color Cylindrical-coordinate representation of color #CAAADC: hue angle of 278.4º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAAADC is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 170 | 220 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.14 |
| HSL | 278.4º | 0.42% | 0.76% | - |
| HSV(B) | 278.4º | 0.23% | 0.86% | - |
| XYZ | 51.65 | 46.47 | 73.96 | - |
| YUV | 185.27 | 147.6 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 170 | 220 | 0.08 | 0.23 | 0 | 0.14 | 278.4 | 0.42 | 0.76 |
| Hex | CA | AA | DC | 8 | 17 | 0 | E | 116 | 2A | 4C |
| Octal | 312 | 252 | 334 | 10 | 27 | 0 | 16 | 426 | 52 | 114 |
| Binary | 11001010 | 10101010 | 11011100 | 1000 | 10111 | 0 | 1110 | 100010110 | 101010 | 1001100 |
Color Harmonies of #CAAADC
Complementary color
Monochromatic Colors of #CAAADC
Black with #CAAADC
Text Example
Text Example
White with #CAAADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAADC; }
p { color: rgb(202,170,220); }
H1.HeaderClassName
{
color: #CAAADC;
}
.AnyTagClassName
{
color: #CAAADC;
}
</style>
background-color css
<style>
a { background-color: #CAAADC; }
a { background-color: rgb(202,170,220); }
div.DivClassName
{
background-color: #CAAADC;
}
.BgClassName
{
background-color: #CAAADC;
}
</style>
border-color css
<style>
span { border-color: #CAAADC; }
span { border-color: rgb(202,170,220); }
td.TdClassName
{
border-color: #CAAADC;
}
.TagClassName
{
border-color: #CAAADC;
}
</style>