Shades of Wisteria #CCA2E9
Tints of Wisteria #CCA2E9
RGB
CMYK
RGB Variations
Color information
#CCA2E9 (or 0xCCA2E9) is known color: Wisteria. HEX triplet: CC, A2 and E9. RGB value is (204,162,233). Sum of RGB (Red+Green+Blue) = 204+162+233=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 162 (63.67% from 255 or 27.05% from 599); Blue value is 233 (91.41% from 255 or 38.90% from 599); Max value from RGB is 233 - color contains mainly: blue. Hex color #CCA2E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA2E9 is #335D16. Grayscale: #B6B6B6. Windows color (decimal): -3366167 or 15311564. OLE color: 15311564.
HSL color Cylindrical-coordinate representation of color #CCA2E9: hue angle of 275.49º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCA2E9 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 162 | 233 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.09 |
| HSL | 275.49º | 0.62% | 0.77% | - |
| HSV(B) | 275.49º | 0.3% | 0.91% | - |
| XYZ | 52.53 | 44.56 | 82.92 | - |
| YUV | 182.65 | 156.41 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 233 | 0.12 | 0.30 | 0 | 0.09 | 275.49 | 0.62 | 0.77 |
| Hex | CC | A2 | E9 | C | 1E | 0 | 9 | 113 | 3E | 4D |
| Octal | 314 | 242 | 351 | 14 | 36 | 0 | 11 | 423 | 76 | 115 |
| Binary | 11001100 | 10100010 | 11101001 | 1100 | 11110 | 0 | 1001 | 100010011 | 111110 | 1001101 |
Color Harmonies of #CCA2E9
Complementary color
Monochromatic Colors of #CCA2E9
Black with #CCA2E9
Text Example
Text Example
White with #CCA2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA2E9; }
p { color: rgb(204,162,233); }
H1.HeaderClassName
{
color: #CCA2E9;
}
.AnyTagClassName
{
color: #CCA2E9;
}
</style>
background-color css
<style>
a { background-color: #CCA2E9; }
a { background-color: rgb(204,162,233); }
div.DivClassName
{
background-color: #CCA2E9;
}
.BgClassName
{
background-color: #CCA2E9;
}
</style>
border-color css
<style>
span { border-color: #CCA2E9; }
span { border-color: rgb(204,162,233); }
td.TdClassName
{
border-color: #CCA2E9;
}
.TagClassName
{
border-color: #CCA2E9;
}
</style>