Shades of Wisteria #CAA4DC
Tints of Wisteria #CAA4DC
RGB
CMYK
RGB Variations
Color information
#CAA4DC (or 0xCAA4DC) is known color: Wisteria. HEX triplet: CA, A4 and DC. RGB value is (202,164,220). Sum of RGB (Red+Green+Blue) = 202+164+220=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 164 (64.45% from 255 or 27.99% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAA4DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA4DC is #355B23. Grayscale: #B5B5B5. Windows color (decimal): -3496740 or 14460106. OLE color: 14460106.
HSL color Cylindrical-coordinate representation of color #CAA4DC: hue angle of 280.71º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAA4DC is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 164 | 220 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.14 |
| HSL | 280.71º | 0.44% | 0.75% | - |
| HSV(B) | 280.71º | 0.25% | 0.86% | - |
| XYZ | 50.55 | 44.27 | 73.59 | - |
| YUV | 181.75 | 149.59 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 220 | 0.08 | 0.25 | 0 | 0.14 | 280.71 | 0.44 | 0.75 |
| Hex | CA | A4 | DC | 8 | 19 | 0 | E | 119 | 2C | 4B |
| Octal | 312 | 244 | 334 | 10 | 31 | 0 | 16 | 431 | 54 | 113 |
| Binary | 11001010 | 10100100 | 11011100 | 1000 | 11001 | 0 | 1110 | 100011001 | 101100 | 1001011 |
Color Harmonies of #CAA4DC
Complementary color
Monochromatic Colors of #CAA4DC
Black with #CAA4DC
Text Example
Text Example
White with #CAA4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA4DC; }
p { color: rgb(202,164,220); }
H1.HeaderClassName
{
color: #CAA4DC;
}
.AnyTagClassName
{
color: #CAA4DC;
}
</style>
background-color css
<style>
a { background-color: #CAA4DC; }
a { background-color: rgb(202,164,220); }
div.DivClassName
{
background-color: #CAA4DC;
}
.BgClassName
{
background-color: #CAA4DC;
}
</style>
border-color css
<style>
span { border-color: #CAA4DC; }
span { border-color: rgb(202,164,220); }
td.TdClassName
{
border-color: #CAA4DC;
}
.TagClassName
{
border-color: #CAA4DC;
}
</style>