Shades of Wisteria #CCA9E5
Tints of Wisteria #CCA9E5
RGB
CMYK
RGB Variations
Color information
#CCA9E5 (or 0xCCA9E5) is known color: Wisteria. HEX triplet: CC, A9 and E5. RGB value is (204,169,229). Sum of RGB (Red+Green+Blue) = 204+169+229=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 169 (66.41% from 255 or 28.07% from 602); Blue value is 229 (89.84% from 255 or 38.04% from 602); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCA9E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA9E5 is #33561A. Grayscale: #BABABA. Windows color (decimal): -3364379 or 15051212. OLE color: 15051212.
HSL color Cylindrical-coordinate representation of color #CCA9E5: hue angle of 275º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCA9E5 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 169 | 229 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.10 |
| HSL | 275º | 0.54% | 0.78% | - |
| HSV(B) | 275º | 0.26% | 0.9% | - |
| XYZ | 53.23 | 46.87 | 80.37 | - |
| YUV | 186.31 | 152.1 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 169 | 229 | 0.11 | 0.26 | 0 | 0.10 | 275 | 0.54 | 0.78 |
| Hex | CC | A9 | E5 | B | 1A | 0 | A | 113 | 36 | 4E |
| Octal | 314 | 251 | 345 | 13 | 32 | 0 | 12 | 423 | 66 | 116 |
| Binary | 11001100 | 10101001 | 11100101 | 1011 | 11010 | 0 | 1010 | 100010011 | 110110 | 1001110 |
Color Harmonies of #CCA9E5
Complementary color
Monochromatic Colors of #CCA9E5
Black with #CCA9E5
Text Example
Text Example
White with #CCA9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA9E5; }
p { color: rgb(204,169,229); }
H1.HeaderClassName
{
color: #CCA9E5;
}
.AnyTagClassName
{
color: #CCA9E5;
}
</style>
background-color css
<style>
a { background-color: #CCA9E5; }
a { background-color: rgb(204,169,229); }
div.DivClassName
{
background-color: #CCA9E5;
}
.BgClassName
{
background-color: #CCA9E5;
}
</style>
border-color css
<style>
span { border-color: #CCA9E5; }
span { border-color: rgb(204,169,229); }
td.TdClassName
{
border-color: #CCA9E5;
}
.TagClassName
{
border-color: #CCA9E5;
}
</style>