Shades of Wisteria #CC9CDC
Tints of Wisteria #CC9CDC
RGB
CMYK
RGB Variations
Color information
#CC9CDC (or 0xCC9CDC) is known color: Wisteria. HEX triplet: CC, 9C and DC. RGB value is (204,156,220). Sum of RGB (Red+Green+Blue) = 204+156+220=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 156 (61.33% from 255 or 26.90% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC9CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9CDC is #336323. Grayscale: #B1B1B1. Windows color (decimal): -3367716 or 14458060. OLE color: 14458060.
HSL color Cylindrical-coordinate representation of color #CC9CDC: hue angle of 285º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CC9CDC is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 156 | 220 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.14 |
| HSL | 285º | 0.48% | 0.74% | - |
| HSV(B) | 285º | 0.29% | 0.86% | - |
| XYZ | 49.71 | 41.78 | 73.15 | - |
| YUV | 177.65 | 151.9 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 156 | 220 | 0.07 | 0.29 | 0 | 0.14 | 285 | 0.48 | 0.74 |
| Hex | CC | 9C | DC | 7 | 1D | 0 | E | 11D | 30 | 4A |
| Octal | 314 | 234 | 334 | 7 | 35 | 0 | 16 | 435 | 60 | 112 |
| Binary | 11001100 | 10011100 | 11011100 | 111 | 11101 | 0 | 1110 | 100011101 | 110000 | 1001010 |
Color Harmonies of #CC9CDC
Complementary color
Monochromatic Colors of #CC9CDC
Black with #CC9CDC
Text Example
Text Example
White with #CC9CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9CDC; }
p { color: rgb(204,156,220); }
H1.HeaderClassName
{
color: #CC9CDC;
}
.AnyTagClassName
{
color: #CC9CDC;
}
</style>
background-color css
<style>
a { background-color: #CC9CDC; }
a { background-color: rgb(204,156,220); }
div.DivClassName
{
background-color: #CC9CDC;
}
.BgClassName
{
background-color: #CC9CDC;
}
</style>
border-color css
<style>
span { border-color: #CC9CDC; }
span { border-color: rgb(204,156,220); }
td.TdClassName
{
border-color: #CC9CDC;
}
.TagClassName
{
border-color: #CC9CDC;
}
</style>