Shades of Wisteria #CC9CDA
Tints of Wisteria #CC9CDA
RGB
CMYK
RGB Variations
Color information
#CC9CDA (or 0xCC9CDA) is known color: Wisteria. HEX triplet: CC, 9C and DA. RGB value is (204,156,218). Sum of RGB (Red+Green+Blue) = 204+156+218=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 156 (61.33% from 255 or 26.99% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC9CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9CDA is #336325. Grayscale: #B1B1B1. Windows color (decimal): -3367718 or 14326988. OLE color: 14326988.
HSL color Cylindrical-coordinate representation of color #CC9CDA: hue angle of 286.45º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CC9CDA is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 156 | 218 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.15 |
| HSL | 286.45º | 0.46% | 0.73% | - |
| HSV(B) | 286.45º | 0.28% | 0.85% | - |
| XYZ | 49.45 | 41.68 | 71.77 | - |
| YUV | 177.42 | 150.9 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 156 | 218 | 0.06 | 0.28 | 0 | 0.15 | 286.45 | 0.46 | 0.73 |
| Hex | CC | 9C | DA | 6 | 1C | 0 | F | 11E | 2E | 49 |
| Octal | 314 | 234 | 332 | 6 | 34 | 0 | 17 | 436 | 56 | 111 |
| Binary | 11001100 | 10011100 | 11011010 | 110 | 11100 | 0 | 1111 | 100011110 | 101110 | 1001001 |
Color Harmonies of #CC9CDA
Complementary color
Monochromatic Colors of #CC9CDA
Black with #CC9CDA
Text Example
Text Example
White with #CC9CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9CDA; }
p { color: rgb(204,156,218); }
H1.HeaderClassName
{
color: #CC9CDA;
}
.AnyTagClassName
{
color: #CC9CDA;
}
</style>
background-color css
<style>
a { background-color: #CC9CDA; }
a { background-color: rgb(204,156,218); }
div.DivClassName
{
background-color: #CC9CDA;
}
.BgClassName
{
background-color: #CC9CDA;
}
</style>
border-color css
<style>
span { border-color: #CC9CDA; }
span { border-color: rgb(204,156,218); }
td.TdClassName
{
border-color: #CC9CDA;
}
.TagClassName
{
border-color: #CC9CDA;
}
</style>