Shades of Wisteria #CCA6DB
Tints of Wisteria #CCA6DB
RGB
CMYK
RGB Variations
Color information
#CCA6DB (or 0xCCA6DB) is known color: Wisteria. HEX triplet: CC, A6 and DB. RGB value is (204,166,219). Sum of RGB (Red+Green+Blue) = 204+166+219=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 166 (65.23% from 255 or 28.18% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCA6DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA6DB is #335924. Grayscale: #B7B7B7. Windows color (decimal): -3365157 or 14395084. OLE color: 14395084.
HSL color Cylindrical-coordinate representation of color #CCA6DB: hue angle of 283.02º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCA6DB is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 166 | 219 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.14 |
| HSL | 283.02º | 0.42% | 0.75% | - |
| HSV(B) | 283.02º | 0.24% | 0.86% | - |
| XYZ | 51.32 | 45.22 | 73.04 | - |
| YUV | 183.4 | 148.09 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 219 | 0.07 | 0.24 | 0 | 0.14 | 283.02 | 0.42 | 0.75 |
| Hex | CC | A6 | DB | 7 | 18 | 0 | E | 11B | 2A | 4B |
| Octal | 314 | 246 | 333 | 7 | 30 | 0 | 16 | 433 | 52 | 113 |
| Binary | 11001100 | 10100110 | 11011011 | 111 | 11000 | 0 | 1110 | 100011011 | 101010 | 1001011 |
Color Harmonies of #CCA6DB
Complementary color
Monochromatic Colors of #CCA6DB
Black with #CCA6DB
Text Example
Text Example
White with #CCA6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA6DB; }
p { color: rgb(204,166,219); }
H1.HeaderClassName
{
color: #CCA6DB;
}
.AnyTagClassName
{
color: #CCA6DB;
}
</style>
background-color css
<style>
a { background-color: #CCA6DB; }
a { background-color: rgb(204,166,219); }
div.DivClassName
{
background-color: #CCA6DB;
}
.BgClassName
{
background-color: #CCA6DB;
}
</style>
border-color css
<style>
span { border-color: #CCA6DB; }
span { border-color: rgb(204,166,219); }
td.TdClassName
{
border-color: #CCA6DB;
}
.TagClassName
{
border-color: #CCA6DB;
}
</style>