Shades of Wisteria #CCA4DC
Tints of Wisteria #CCA4DC
RGB
CMYK
RGB Variations
Color information
#CCA4DC (or 0xCCA4DC) is known color: Wisteria. HEX triplet: CC, A4 and DC. RGB value is (204,164,220). Sum of RGB (Red+Green+Blue) = 204+164+220=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 164 (64.45% from 255 or 27.89% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCA4DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA4DC is #335B23. Grayscale: #B6B6B6. Windows color (decimal): -3365668 or 14460108. OLE color: 14460108.
HSL color Cylindrical-coordinate representation of color #CCA4DC: hue angle of 282.86º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCA4DC is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 164 | 220 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.14 |
| HSL | 282.86º | 0.44% | 0.75% | - |
| HSV(B) | 282.86º | 0.25% | 0.86% | - |
| XYZ | 51.1 | 44.56 | 73.62 | - |
| YUV | 182.34 | 149.25 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 164 | 220 | 0.07 | 0.25 | 0 | 0.14 | 282.86 | 0.44 | 0.75 |
| Hex | CC | A4 | DC | 7 | 19 | 0 | E | 11B | 2C | 4B |
| Octal | 314 | 244 | 334 | 7 | 31 | 0 | 16 | 433 | 54 | 113 |
| Binary | 11001100 | 10100100 | 11011100 | 111 | 11001 | 0 | 1110 | 100011011 | 101100 | 1001011 |
Color Harmonies of #CCA4DC
Complementary color
Monochromatic Colors of #CCA4DC
Black with #CCA4DC
Text Example
Text Example
White with #CCA4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA4DC; }
p { color: rgb(204,164,220); }
H1.HeaderClassName
{
color: #CCA4DC;
}
.AnyTagClassName
{
color: #CCA4DC;
}
</style>
background-color css
<style>
a { background-color: #CCA4DC; }
a { background-color: rgb(204,164,220); }
div.DivClassName
{
background-color: #CCA4DC;
}
.BgClassName
{
background-color: #CCA4DC;
}
</style>
border-color css
<style>
span { border-color: #CCA4DC; }
span { border-color: rgb(204,164,220); }
td.TdClassName
{
border-color: #CCA4DC;
}
.TagClassName
{
border-color: #CCA4DC;
}
</style>