Shades of Wisteria #CCA1D5
Tints of Wisteria #CCA1D5
RGB
CMYK
RGB Variations
Color information
#CCA1D5 (or 0xCCA1D5) is known color: Wisteria. HEX triplet: CC, A1 and D5. RGB value is (204,161,213). Sum of RGB (Red+Green+Blue) = 204+161+213=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 161 (63.28% from 255 or 27.85% from 578); Blue value is 213 (83.59% from 255 or 36.85% from 578); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCA1D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1D5 is #335E2A. Grayscale: #B3B3B3. Windows color (decimal): -3366443 or 14000588. OLE color: 14000588.
HSL color Cylindrical-coordinate representation of color #CCA1D5: hue angle of 289.62º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCA1D5 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 161 | 213 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.16 |
| HSL | 289.62º | 0.38% | 0.73% | - |
| HSV(B) | 289.62º | 0.24% | 0.84% | - |
| XYZ | 49.66 | 43.13 | 68.66 | - |
| YUV | 179.79 | 146.75 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 213 | 0.04 | 0.24 | 0 | 0.16 | 289.62 | 0.38 | 0.73 |
| Hex | CC | A1 | D5 | 4 | 18 | 0 | 10 | 122 | 26 | 49 |
| Octal | 314 | 241 | 325 | 4 | 30 | 0 | 20 | 442 | 46 | 111 |
| Binary | 11001100 | 10100001 | 11010101 | 100 | 11000 | 0 | 10000 | 100100010 | 100110 | 1001001 |
Color Harmonies of #CCA1D5
Complementary color
Monochromatic Colors of #CCA1D5
Black with #CCA1D5
Text Example
Text Example
White with #CCA1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA1D5; }
p { color: rgb(204,161,213); }
H1.HeaderClassName
{
color: #CCA1D5;
}
.AnyTagClassName
{
color: #CCA1D5;
}
</style>
background-color css
<style>
a { background-color: #CCA1D5; }
a { background-color: rgb(204,161,213); }
div.DivClassName
{
background-color: #CCA1D5;
}
.BgClassName
{
background-color: #CCA1D5;
}
</style>
border-color css
<style>
span { border-color: #CCA1D5; }
span { border-color: rgb(204,161,213); }
td.TdClassName
{
border-color: #CCA1D5;
}
.TagClassName
{
border-color: #CCA1D5;
}
</style>