Shades of Wisteria #CC9CDF
Tints of Wisteria #CC9CDF
RGB
CMYK
RGB Variations
Color information
#CC9CDF (or 0xCC9CDF) is known color: Wisteria. HEX triplet: CC, 9C and DF. RGB value is (204,156,223). Sum of RGB (Red+Green+Blue) = 204+156+223=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 156 (61.33% from 255 or 26.76% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC9CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9CDF is #336320. Grayscale: #B1B1B1. Windows color (decimal): -3367713 or 14654668. OLE color: 14654668.
HSL color Cylindrical-coordinate representation of color #CC9CDF: hue angle of 282.99º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC9CDF is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 156 | 223 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.13 |
| HSL | 282.99º | 0.51% | 0.74% | - |
| HSV(B) | 282.99º | 0.3% | 0.87% | - |
| XYZ | 50.11 | 41.94 | 75.27 | - |
| YUV | 177.99 | 153.4 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 156 | 223 | 0.09 | 0.30 | 0 | 0.13 | 282.99 | 0.51 | 0.74 |
| Hex | CC | 9C | DF | 9 | 1E | 0 | D | 11B | 33 | 4A |
| Octal | 314 | 234 | 337 | 11 | 36 | 0 | 15 | 433 | 63 | 112 |
| Binary | 11001100 | 10011100 | 11011111 | 1001 | 11110 | 0 | 1101 | 100011011 | 110011 | 1001010 |
Color Harmonies of #CC9CDF
Complementary color
Monochromatic Colors of #CC9CDF
Black with #CC9CDF
Text Example
Text Example
White with #CC9CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9CDF; }
p { color: rgb(204,156,223); }
H1.HeaderClassName
{
color: #CC9CDF;
}
.AnyTagClassName
{
color: #CC9CDF;
}
</style>
background-color css
<style>
a { background-color: #CC9CDF; }
a { background-color: rgb(204,156,223); }
div.DivClassName
{
background-color: #CC9CDF;
}
.BgClassName
{
background-color: #CC9CDF;
}
</style>
border-color css
<style>
span { border-color: #CC9CDF; }
span { border-color: rgb(204,156,223); }
td.TdClassName
{
border-color: #CC9CDF;
}
.TagClassName
{
border-color: #CC9CDF;
}
</style>