Shades of Wisteria #CCA0D9
Tints of Wisteria #CCA0D9
RGB
CMYK
RGB Variations
Color information
#CCA0D9 (or 0xCCA0D9) is known color: Wisteria. HEX triplet: CC, A0 and D9. RGB value is (204,160,217). Sum of RGB (Red+Green+Blue) = 204+160+217=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 160 (62.89% from 255 or 27.54% from 581); Blue value is 217 (85.16% from 255 or 37.35% from 581); Max value from RGB is 217 - color contains mainly: blue. Hex color #CCA0D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA0D9 is #335F26. Grayscale: #B3B3B3. Windows color (decimal): -3366695 or 14262476. OLE color: 14262476.
HSL color Cylindrical-coordinate representation of color #CCA0D9: hue angle of 286.32º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCA0D9 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 160 | 217 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.15 |
| HSL | 286.32º | 0.43% | 0.74% | - |
| HSV(B) | 286.32º | 0.26% | 0.85% | - |
| XYZ | 50 | 42.99 | 71.31 | - |
| YUV | 179.65 | 149.08 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 160 | 217 | 0.06 | 0.26 | 0 | 0.15 | 286.32 | 0.43 | 0.74 |
| Hex | CC | A0 | D9 | 6 | 1A | 0 | F | 11E | 2B | 4A |
| Octal | 314 | 240 | 331 | 6 | 32 | 0 | 17 | 436 | 53 | 112 |
| Binary | 11001100 | 10100000 | 11011001 | 110 | 11010 | 0 | 1111 | 100011110 | 101011 | 1001010 |
Color Harmonies of #CCA0D9
Complementary color
Monochromatic Colors of #CCA0D9
Black with #CCA0D9
Text Example
Text Example
White with #CCA0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA0D9; }
p { color: rgb(204,160,217); }
H1.HeaderClassName
{
color: #CCA0D9;
}
.AnyTagClassName
{
color: #CCA0D9;
}
</style>
background-color css
<style>
a { background-color: #CCA0D9; }
a { background-color: rgb(204,160,217); }
div.DivClassName
{
background-color: #CCA0D9;
}
.BgClassName
{
background-color: #CCA0D9;
}
</style>
border-color css
<style>
span { border-color: #CCA0D9; }
span { border-color: rgb(204,160,217); }
td.TdClassName
{
border-color: #CCA0D9;
}
.TagClassName
{
border-color: #CCA0D9;
}
</style>