Shades of Wisteria #CCA3E1
Tints of Wisteria #CCA3E1
RGB
CMYK
RGB Variations
Color information
#CCA3E1 (or 0xCCA3E1) is known color: Wisteria. HEX triplet: CC, A3 and E1. RGB value is (204,163,225). Sum of RGB (Red+Green+Blue) = 204+163+225=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 163 (64.06% from 255 or 27.53% from 592); Blue value is 225 (88.28% from 255 or 38.01% from 592); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCA3E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA3E1 is #335C1E. Grayscale: #B6B6B6. Windows color (decimal): -3365919 or 14787532. OLE color: 14787532.
HSL color Cylindrical-coordinate representation of color #CCA3E1: hue angle of 279.68º 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 #CCA3E1 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 163 | 225 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.12 |
| HSL | 279.68º | 0.51% | 0.76% | - |
| HSV(B) | 279.68º | 0.28% | 0.88% | - |
| XYZ | 51.59 | 44.47 | 77.1 | - |
| YUV | 182.33 | 152.08 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 225 | 0.09 | 0.28 | 0 | 0.12 | 279.68 | 0.51 | 0.76 |
| Hex | CC | A3 | E1 | 9 | 1C | 0 | C | 118 | 33 | 4C |
| Octal | 314 | 243 | 341 | 11 | 34 | 0 | 14 | 430 | 63 | 114 |
| Binary | 11001100 | 10100011 | 11100001 | 1001 | 11100 | 0 | 1100 | 100011000 | 110011 | 1001100 |
Color Harmonies of #CCA3E1
Complementary color
Monochromatic Colors of #CCA3E1
Black with #CCA3E1
Text Example
Text Example
White with #CCA3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA3E1; }
p { color: rgb(204,163,225); }
H1.HeaderClassName
{
color: #CCA3E1;
}
.AnyTagClassName
{
color: #CCA3E1;
}
</style>
background-color css
<style>
a { background-color: #CCA3E1; }
a { background-color: rgb(204,163,225); }
div.DivClassName
{
background-color: #CCA3E1;
}
.BgClassName
{
background-color: #CCA3E1;
}
</style>
border-color css
<style>
span { border-color: #CCA3E1; }
span { border-color: rgb(204,163,225); }
td.TdClassName
{
border-color: #CCA3E1;
}
.TagClassName
{
border-color: #CCA3E1;
}
</style>