Shades of Wisteria #CCA1DF
Tints of Wisteria #CCA1DF
RGB
CMYK
RGB Variations
Color information
#CCA1DF (or 0xCCA1DF) is known color: Wisteria. HEX triplet: CC, A1 and DF. RGB value is (204,161,223). Sum of RGB (Red+Green+Blue) = 204+161+223=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 161 (63.28% from 255 or 27.38% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCA1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1DF is #335E20. Grayscale: #B4B4B4. Windows color (decimal): -3366433 or 14655948. OLE color: 14655948.
HSL color Cylindrical-coordinate representation of color #CCA1DF: hue angle of 281.61º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCA1DF is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 161 | 223 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.13 |
| HSL | 281.61º | 0.49% | 0.75% | - |
| HSV(B) | 281.61º | 0.28% | 0.87% | - |
| XYZ | 50.97 | 43.65 | 75.55 | - |
| YUV | 180.93 | 151.75 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 223 | 0.09 | 0.28 | 0 | 0.13 | 281.61 | 0.49 | 0.75 |
| Hex | CC | A1 | DF | 9 | 1C | 0 | D | 11A | 31 | 4B |
| Octal | 314 | 241 | 337 | 11 | 34 | 0 | 15 | 432 | 61 | 113 |
| Binary | 11001100 | 10100001 | 11011111 | 1001 | 11100 | 0 | 1101 | 100011010 | 110001 | 1001011 |
Color Harmonies of #CCA1DF
Complementary color
Monochromatic Colors of #CCA1DF
Black with #CCA1DF
Text Example
Text Example
White with #CCA1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA1DF; }
p { color: rgb(204,161,223); }
H1.HeaderClassName
{
color: #CCA1DF;
}
.AnyTagClassName
{
color: #CCA1DF;
}
</style>
background-color css
<style>
a { background-color: #CCA1DF; }
a { background-color: rgb(204,161,223); }
div.DivClassName
{
background-color: #CCA1DF;
}
.BgClassName
{
background-color: #CCA1DF;
}
</style>
border-color css
<style>
span { border-color: #CCA1DF; }
span { border-color: rgb(204,161,223); }
td.TdClassName
{
border-color: #CCA1DF;
}
.TagClassName
{
border-color: #CCA1DF;
}
</style>