Shades of Wisteria #CCA6E0
Tints of Wisteria #CCA6E0
RGB
CMYK
RGB Variations
Color information
#CCA6E0 (or 0xCCA6E0) is known color: Wisteria. HEX triplet: CC, A6 and E0. RGB value is (204,166,224). Sum of RGB (Red+Green+Blue) = 204+166+224=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 166 (65.23% from 255 or 27.95% from 594); Blue value is 224 (87.89% from 255 or 37.71% from 594); Max value from RGB is 224 - color contains mainly: blue. Hex color #CCA6E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA6E0 is #33591F. Grayscale: #B7B7B7. Windows color (decimal): -3365152 or 14722764. OLE color: 14722764.
HSL color Cylindrical-coordinate representation of color #CCA6E0: hue angle of 279.31º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCA6E0 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 166 | 224 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.12 |
| HSL | 279.31º | 0.48% | 0.76% | - |
| HSV(B) | 279.31º | 0.26% | 0.88% | - |
| XYZ | 51.99 | 45.49 | 76.56 | - |
| YUV | 183.97 | 150.59 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 224 | 0.09 | 0.26 | 0 | 0.12 | 279.31 | 0.48 | 0.76 |
| Hex | CC | A6 | E0 | 9 | 1A | 0 | C | 117 | 30 | 4C |
| Octal | 314 | 246 | 340 | 11 | 32 | 0 | 14 | 427 | 60 | 114 |
| Binary | 11001100 | 10100110 | 11100000 | 1001 | 11010 | 0 | 1100 | 100010111 | 110000 | 1001100 |
Color Harmonies of #CCA6E0
Complementary color
Monochromatic Colors of #CCA6E0
Black with #CCA6E0
Text Example
Text Example
White with #CCA6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA6E0; }
p { color: rgb(204,166,224); }
H1.HeaderClassName
{
color: #CCA6E0;
}
.AnyTagClassName
{
color: #CCA6E0;
}
</style>
background-color css
<style>
a { background-color: #CCA6E0; }
a { background-color: rgb(204,166,224); }
div.DivClassName
{
background-color: #CCA6E0;
}
.BgClassName
{
background-color: #CCA6E0;
}
</style>
border-color css
<style>
span { border-color: #CCA6E0; }
span { border-color: rgb(204,166,224); }
td.TdClassName
{
border-color: #CCA6E0;
}
.TagClassName
{
border-color: #CCA6E0;
}
</style>