Shades of Wisteria #CAA8DC
Tints of Wisteria #CAA8DC
RGB
CMYK
RGB Variations
Color information
#CAA8DC (or 0xCAA8DC) is known color: Wisteria. HEX triplet: CA, A8 and DC. RGB value is (202,168,220). Sum of RGB (Red+Green+Blue) = 202+168+220=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 168 (66.02% from 255 or 28.47% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAA8DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA8DC is #355723. Grayscale: #B7B7B7. Windows color (decimal): -3495716 or 14461130. OLE color: 14461130.
HSL color Cylindrical-coordinate representation of color #CAA8DC: hue angle of 279.23º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAA8DC is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 168 | 220 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.14 |
| HSL | 279.23º | 0.43% | 0.76% | - |
| HSV(B) | 279.23º | 0.24% | 0.86% | - |
| XYZ | 51.28 | 45.73 | 73.83 | - |
| YUV | 184.09 | 148.26 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 220 | 0.08 | 0.24 | 0 | 0.14 | 279.23 | 0.43 | 0.76 |
| Hex | CA | A8 | DC | 8 | 18 | 0 | E | 117 | 2B | 4C |
| Octal | 312 | 250 | 334 | 10 | 30 | 0 | 16 | 427 | 53 | 114 |
| Binary | 11001010 | 10101000 | 11011100 | 1000 | 11000 | 0 | 1110 | 100010111 | 101011 | 1001100 |
Color Harmonies of #CAA8DC
Complementary color
Monochromatic Colors of #CAA8DC
Black with #CAA8DC
Text Example
Text Example
White with #CAA8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA8DC; }
p { color: rgb(202,168,220); }
H1.HeaderClassName
{
color: #CAA8DC;
}
.AnyTagClassName
{
color: #CAA8DC;
}
</style>
background-color css
<style>
a { background-color: #CAA8DC; }
a { background-color: rgb(202,168,220); }
div.DivClassName
{
background-color: #CAA8DC;
}
.BgClassName
{
background-color: #CAA8DC;
}
</style>
border-color css
<style>
span { border-color: #CAA8DC; }
span { border-color: rgb(202,168,220); }
td.TdClassName
{
border-color: #CAA8DC;
}
.TagClassName
{
border-color: #CAA8DC;
}
</style>