Shades of Wisteria #CCA6DF
Tints of Wisteria #CCA6DF
RGB
CMYK
RGB Variations
Color information
#CCA6DF (or 0xCCA6DF) is known color: Wisteria. HEX triplet: CC, A6 and DF. RGB value is (204,166,223). Sum of RGB (Red+Green+Blue) = 204+166+223=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 166 (65.23% from 255 or 27.99% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCA6DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA6DF is #335920. Grayscale: #B7B7B7. Windows color (decimal): -3365153 or 14657228. OLE color: 14657228.
HSL color Cylindrical-coordinate representation of color #CCA6DF: hue angle of 280º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCA6DF is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 166 | 223 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.13 |
| HSL | 280º | 0.47% | 0.76% | - |
| HSV(B) | 280º | 0.26% | 0.87% | - |
| XYZ | 51.86 | 45.44 | 75.85 | - |
| YUV | 183.86 | 150.09 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 223 | 0.09 | 0.26 | 0 | 0.13 | 280 | 0.47 | 0.76 |
| Hex | CC | A6 | DF | 9 | 1A | 0 | D | 118 | 2F | 4C |
| Octal | 314 | 246 | 337 | 11 | 32 | 0 | 15 | 430 | 57 | 114 |
| Binary | 11001100 | 10100110 | 11011111 | 1001 | 11010 | 0 | 1101 | 100011000 | 101111 | 1001100 |
Color Harmonies of #CCA6DF
Complementary color
Monochromatic Colors of #CCA6DF
Black with #CCA6DF
Text Example
Text Example
White with #CCA6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA6DF; }
p { color: rgb(204,166,223); }
H1.HeaderClassName
{
color: #CCA6DF;
}
.AnyTagClassName
{
color: #CCA6DF;
}
</style>
background-color css
<style>
a { background-color: #CCA6DF; }
a { background-color: rgb(204,166,223); }
div.DivClassName
{
background-color: #CCA6DF;
}
.BgClassName
{
background-color: #CCA6DF;
}
</style>
border-color css
<style>
span { border-color: #CCA6DF; }
span { border-color: rgb(204,166,223); }
td.TdClassName
{
border-color: #CCA6DF;
}
.TagClassName
{
border-color: #CCA6DF;
}
</style>