Shades of Wisteria #CCA1D4
Tints of Wisteria #CCA1D4
RGB
CMYK
RGB Variations
Color information
#CCA1D4 (or 0xCCA1D4) is known color: Wisteria. HEX triplet: CC, A1 and D4. RGB value is (204,161,212). Sum of RGB (Red+Green+Blue) = 204+161+212=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 161 (63.28% from 255 or 27.90% from 577); Blue value is 212 (83.20% from 255 or 36.74% from 577); Max value from RGB is 212 - color contains mainly: blue. Hex color #CCA1D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1D4 is #335E2B. Grayscale: #B3B3B3. Windows color (decimal): -3366444 or 13935052. OLE color: 13935052.
HSL color Cylindrical-coordinate representation of color #CCA1D4: hue angle of 290.59º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCA1D4 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 161 | 212 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.17 |
| HSL | 290.59º | 0.37% | 0.73% | - |
| HSV(B) | 290.59º | 0.24% | 0.83% | - |
| XYZ | 49.53 | 43.08 | 67.99 | - |
| YUV | 179.67 | 146.25 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 212 | 0.04 | 0.24 | 0 | 0.17 | 290.59 | 0.37 | 0.73 |
| Hex | CC | A1 | D4 | 4 | 18 | 0 | 11 | 123 | 25 | 49 |
| Octal | 314 | 241 | 324 | 4 | 30 | 0 | 21 | 443 | 45 | 111 |
| Binary | 11001100 | 10100001 | 11010100 | 100 | 11000 | 0 | 10001 | 100100011 | 100101 | 1001001 |
Color Harmonies of #CCA1D4
Complementary color
Monochromatic Colors of #CCA1D4
Black with #CCA1D4
Text Example
Text Example
White with #CCA1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA1D4; }
p { color: rgb(204,161,212); }
H1.HeaderClassName
{
color: #CCA1D4;
}
.AnyTagClassName
{
color: #CCA1D4;
}
</style>
background-color css
<style>
a { background-color: #CCA1D4; }
a { background-color: rgb(204,161,212); }
div.DivClassName
{
background-color: #CCA1D4;
}
.BgClassName
{
background-color: #CCA1D4;
}
</style>
border-color css
<style>
span { border-color: #CCA1D4; }
span { border-color: rgb(204,161,212); }
td.TdClassName
{
border-color: #CCA1D4;
}
.TagClassName
{
border-color: #CCA1D4;
}
</style>