Shades of Wisteria #CCA1DC
Tints of Wisteria #CCA1DC
RGB
CMYK
RGB Variations
Color information
#CCA1DC (or 0xCCA1DC) is known color: Wisteria. HEX triplet: CC, A1 and DC. RGB value is (204,161,220). Sum of RGB (Red+Green+Blue) = 204+161+220=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 161 (63.28% from 255 or 27.52% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCA1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1DC is #335E23. Grayscale: #B4B4B4. Windows color (decimal): -3366436 or 14459340. OLE color: 14459340.
HSL color Cylindrical-coordinate representation of color #CCA1DC: hue angle of 283.73º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCA1DC is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 161 | 220 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.14 |
| HSL | 283.73º | 0.46% | 0.75% | - |
| HSV(B) | 283.73º | 0.27% | 0.86% | - |
| XYZ | 50.56 | 43.49 | 73.44 | - |
| YUV | 180.58 | 150.25 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 220 | 0.07 | 0.27 | 0 | 0.14 | 283.73 | 0.46 | 0.75 |
| Hex | CC | A1 | DC | 7 | 1B | 0 | E | 11C | 2E | 4B |
| Octal | 314 | 241 | 334 | 7 | 33 | 0 | 16 | 434 | 56 | 113 |
| Binary | 11001100 | 10100001 | 11011100 | 111 | 11011 | 0 | 1110 | 100011100 | 101110 | 1001011 |
Color Harmonies of #CCA1DC
Complementary color
Monochromatic Colors of #CCA1DC
Black with #CCA1DC
Text Example
Text Example
White with #CCA1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA1DC; }
p { color: rgb(204,161,220); }
H1.HeaderClassName
{
color: #CCA1DC;
}
.AnyTagClassName
{
color: #CCA1DC;
}
</style>
background-color css
<style>
a { background-color: #CCA1DC; }
a { background-color: rgb(204,161,220); }
div.DivClassName
{
background-color: #CCA1DC;
}
.BgClassName
{
background-color: #CCA1DC;
}
</style>
border-color css
<style>
span { border-color: #CCA1DC; }
span { border-color: rgb(204,161,220); }
td.TdClassName
{
border-color: #CCA1DC;
}
.TagClassName
{
border-color: #CCA1DC;
}
</style>