Shades of Wisteria #CCA1D8
Tints of Wisteria #CCA1D8
RGB
CMYK
RGB Variations
Color information
#CCA1D8 (or 0xCCA1D8) is known color: Wisteria. HEX triplet: CC, A1 and D8. RGB value is (204,161,216). Sum of RGB (Red+Green+Blue) = 204+161+216=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 161 (63.28% from 255 or 27.71% from 581); Blue value is 216 (84.77% from 255 or 37.18% from 581); Max value from RGB is 216 - color contains mainly: blue. Hex color #CCA1D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1D8 is #335E27. Grayscale: #B3B3B3. Windows color (decimal): -3366440 or 14197196. OLE color: 14197196.
HSL color Cylindrical-coordinate representation of color #CCA1D8: hue angle of 286.91º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCA1D8 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 161 | 216 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.15 |
| HSL | 286.91º | 0.41% | 0.74% | - |
| HSV(B) | 286.91º | 0.25% | 0.85% | - |
| XYZ | 50.04 | 43.28 | 70.68 | - |
| YUV | 180.13 | 148.25 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 216 | 0.06 | 0.25 | 0 | 0.15 | 286.91 | 0.41 | 0.74 |
| Hex | CC | A1 | D8 | 6 | 19 | 0 | F | 11F | 29 | 4A |
| Octal | 314 | 241 | 330 | 6 | 31 | 0 | 17 | 437 | 51 | 112 |
| Binary | 11001100 | 10100001 | 11011000 | 110 | 11001 | 0 | 1111 | 100011111 | 101001 | 1001010 |
Color Harmonies of #CCA1D8
Complementary color
Monochromatic Colors of #CCA1D8
Black with #CCA1D8
Text Example
Text Example
White with #CCA1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA1D8; }
p { color: rgb(204,161,216); }
H1.HeaderClassName
{
color: #CCA1D8;
}
.AnyTagClassName
{
color: #CCA1D8;
}
</style>
background-color css
<style>
a { background-color: #CCA1D8; }
a { background-color: rgb(204,161,216); }
div.DivClassName
{
background-color: #CCA1D8;
}
.BgClassName
{
background-color: #CCA1D8;
}
</style>
border-color css
<style>
span { border-color: #CCA1D8; }
span { border-color: rgb(204,161,216); }
td.TdClassName
{
border-color: #CCA1D8;
}
.TagClassName
{
border-color: #CCA1D8;
}
</style>