Shades of Wisteria #CAA0D6
Tints of Wisteria #CAA0D6
RGB
CMYK
RGB Variations
Color information
#CAA0D6 (or 0xCAA0D6) is known color: Wisteria. HEX triplet: CA, A0 and D6. RGB value is (202,160,214). Sum of RGB (Red+Green+Blue) = 202+160+214=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 160 (62.89% from 255 or 27.78% from 576); Blue value is 214 (83.98% from 255 or 37.15% from 576); Max value from RGB is 214 - color contains mainly: blue. Hex color #CAA0D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA0D6 is #355F29. Grayscale: #B2B2B2. Windows color (decimal): -3497770 or 14065866. OLE color: 14065866.
HSL color Cylindrical-coordinate representation of color #CAA0D6: hue angle of 286.67º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAA0D6 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 160 | 214 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.16 |
| HSL | 286.67º | 0.4% | 0.73% | - |
| HSV(B) | 286.67º | 0.25% | 0.84% | - |
| XYZ | 49.07 | 42.55 | 69.25 | - |
| YUV | 178.71 | 147.91 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 214 | 0.06 | 0.25 | 0 | 0.16 | 286.67 | 0.4 | 0.73 |
| Hex | CA | A0 | D6 | 6 | 19 | 0 | 10 | 11F | 28 | 49 |
| Octal | 312 | 240 | 326 | 6 | 31 | 0 | 20 | 437 | 50 | 111 |
| Binary | 11001010 | 10100000 | 11010110 | 110 | 11001 | 0 | 10000 | 100011111 | 101000 | 1001001 |
Color Harmonies of #CAA0D6
Complementary color
Monochromatic Colors of #CAA0D6
Black with #CAA0D6
Text Example
Text Example
White with #CAA0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA0D6; }
p { color: rgb(202,160,214); }
H1.HeaderClassName
{
color: #CAA0D6;
}
.AnyTagClassName
{
color: #CAA0D6;
}
</style>
background-color css
<style>
a { background-color: #CAA0D6; }
a { background-color: rgb(202,160,214); }
div.DivClassName
{
background-color: #CAA0D6;
}
.BgClassName
{
background-color: #CAA0D6;
}
</style>
border-color css
<style>
span { border-color: #CAA0D6; }
span { border-color: rgb(202,160,214); }
td.TdClassName
{
border-color: #CAA0D6;
}
.TagClassName
{
border-color: #CAA0D6;
}
</style>