Shades of Wisteria #CCA2E1
Tints of Wisteria #CCA2E1
RGB
CMYK
RGB Variations
Color information
#CCA2E1 (or 0xCCA2E1) is known color: Wisteria. HEX triplet: CC, A2 and E1. RGB value is (204,162,225). Sum of RGB (Red+Green+Blue) = 204+162+225=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 162 (63.67% from 255 or 27.41% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCA2E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA2E1 is #335D1E. Grayscale: #B5B5B5. Windows color (decimal): -3366175 or 14787276. OLE color: 14787276.
HSL color Cylindrical-coordinate representation of color #CCA2E1: hue angle of 280º degrees, saturation: 0.51, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCA2E1 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 162 | 225 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.12 |
| HSL | 280º | 0.51% | 0.76% | - |
| HSV(B) | 280º | 0.28% | 0.88% | - |
| XYZ | 51.41 | 44.11 | 77.04 | - |
| YUV | 181.74 | 152.41 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 225 | 0.09 | 0.28 | 0 | 0.12 | 280 | 0.51 | 0.76 |
| Hex | CC | A2 | E1 | 9 | 1C | 0 | C | 118 | 33 | 4C |
| Octal | 314 | 242 | 341 | 11 | 34 | 0 | 14 | 430 | 63 | 114 |
| Binary | 11001100 | 10100010 | 11100001 | 1001 | 11100 | 0 | 1100 | 100011000 | 110011 | 1001100 |
Color Harmonies of #CCA2E1
Complementary color
Monochromatic Colors of #CCA2E1
Black with #CCA2E1
Text Example
Text Example
White with #CCA2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA2E1; }
p { color: rgb(204,162,225); }
H1.HeaderClassName
{
color: #CCA2E1;
}
.AnyTagClassName
{
color: #CCA2E1;
}
</style>
background-color css
<style>
a { background-color: #CCA2E1; }
a { background-color: rgb(204,162,225); }
div.DivClassName
{
background-color: #CCA2E1;
}
.BgClassName
{
background-color: #CCA2E1;
}
</style>
border-color css
<style>
span { border-color: #CCA2E1; }
span { border-color: rgb(204,162,225); }
td.TdClassName
{
border-color: #CCA2E1;
}
.TagClassName
{
border-color: #CCA2E1;
}
</style>