Shades of Wisteria #CCA4D5
Tints of Wisteria #CCA4D5
RGB
CMYK
RGB Variations
Color information
#CCA4D5 (or 0xCCA4D5) is known color: Wisteria. HEX triplet: CC, A4 and D5. RGB value is (204,164,213). Sum of RGB (Red+Green+Blue) = 204+164+213=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 164 (64.45% from 255 or 28.23% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCA4D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA4D5 is #335B2A. Grayscale: #B5B5B5. Windows color (decimal): -3365675 or 14001356. OLE color: 14001356.
HSL color Cylindrical-coordinate representation of color #CCA4D5: hue angle of 288.98º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCA4D5 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 164 | 213 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.16 |
| HSL | 288.98º | 0.37% | 0.74% | - |
| HSV(B) | 288.98º | 0.23% | 0.84% | - |
| XYZ | 50.19 | 44.19 | 68.84 | - |
| YUV | 181.55 | 145.75 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 164 | 213 | 0.04 | 0.23 | 0 | 0.16 | 288.98 | 0.37 | 0.74 |
| Hex | CC | A4 | D5 | 4 | 17 | 0 | 10 | 121 | 25 | 4A |
| Octal | 314 | 244 | 325 | 4 | 27 | 0 | 20 | 441 | 45 | 112 |
| Binary | 11001100 | 10100100 | 11010101 | 100 | 10111 | 0 | 10000 | 100100001 | 100101 | 1001010 |
Color Harmonies of #CCA4D5
Complementary color
Monochromatic Colors of #CCA4D5
Black with #CCA4D5
Text Example
Text Example
White with #CCA4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA4D5; }
p { color: rgb(204,164,213); }
H1.HeaderClassName
{
color: #CCA4D5;
}
.AnyTagClassName
{
color: #CCA4D5;
}
</style>
background-color css
<style>
a { background-color: #CCA4D5; }
a { background-color: rgb(204,164,213); }
div.DivClassName
{
background-color: #CCA4D5;
}
.BgClassName
{
background-color: #CCA4D5;
}
</style>
border-color css
<style>
span { border-color: #CCA4D5; }
span { border-color: rgb(204,164,213); }
td.TdClassName
{
border-color: #CCA4D5;
}
.TagClassName
{
border-color: #CCA4D5;
}
</style>