Shades of Wisteria #CCA1D6
Tints of Wisteria #CCA1D6
RGB
CMYK
RGB Variations
Color information
#CCA1D6 (or 0xCCA1D6) is known color: Wisteria. HEX triplet: CC, A1 and D6. RGB value is (204,161,214). Sum of RGB (Red+Green+Blue) = 204+161+214=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 161 (63.28% from 255 or 27.81% from 579); Blue value is 214 (83.98% from 255 or 36.96% from 579); Max value from RGB is 214 - color contains mainly: blue. Hex color #CCA1D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1D6 is #335E29. Grayscale: #B3B3B3. Windows color (decimal): -3366442 or 14066124. OLE color: 14066124.
HSL color Cylindrical-coordinate representation of color #CCA1D6: hue angle of 288.68º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCA1D6 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 161 | 214 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.16 |
| HSL | 288.68º | 0.39% | 0.74% | - |
| HSV(B) | 288.68º | 0.25% | 0.84% | - |
| XYZ | 49.78 | 43.18 | 69.33 | - |
| YUV | 179.9 | 147.25 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 214 | 0.05 | 0.25 | 0 | 0.16 | 288.68 | 0.39 | 0.74 |
| Hex | CC | A1 | D6 | 5 | 19 | 0 | 10 | 121 | 27 | 4A |
| Octal | 314 | 241 | 326 | 5 | 31 | 0 | 20 | 441 | 47 | 112 |
| Binary | 11001100 | 10100001 | 11010110 | 101 | 11001 | 0 | 10000 | 100100001 | 100111 | 1001010 |
Color Harmonies of #CCA1D6
Complementary color
Monochromatic Colors of #CCA1D6
Black with #CCA1D6
Text Example
Text Example
White with #CCA1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA1D6; }
p { color: rgb(204,161,214); }
H1.HeaderClassName
{
color: #CCA1D6;
}
.AnyTagClassName
{
color: #CCA1D6;
}
</style>
background-color css
<style>
a { background-color: #CCA1D6; }
a { background-color: rgb(204,161,214); }
div.DivClassName
{
background-color: #CCA1D6;
}
.BgClassName
{
background-color: #CCA1D6;
}
</style>
border-color css
<style>
span { border-color: #CCA1D6; }
span { border-color: rgb(204,161,214); }
td.TdClassName
{
border-color: #CCA1D6;
}
.TagClassName
{
border-color: #CCA1D6;
}
</style>