Shades of Wisteria #CC9BDC
Tints of Wisteria #CC9BDC
RGB
CMYK
RGB Variations
Color information
#CC9BDC (or 0xCC9BDC) is known color: Wisteria. HEX triplet: CC, 9B and DC. RGB value is (204,155,220). Sum of RGB (Red+Green+Blue) = 204+155+220=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 155 (60.94% from 255 or 26.77% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC9BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9BDC is #336423. Grayscale: #B0B0B0. Windows color (decimal): -3367972 or 14457804. OLE color: 14457804.
HSL color Cylindrical-coordinate representation of color #CC9BDC: hue angle of 285.23º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC9BDC is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 155 | 220 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.14 |
| HSL | 285.23º | 0.48% | 0.74% | - |
| HSV(B) | 285.23º | 0.3% | 0.86% | - |
| XYZ | 49.54 | 41.45 | 73.1 | - |
| YUV | 177.06 | 152.23 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 155 | 220 | 0.07 | 0.30 | 0 | 0.14 | 285.23 | 0.48 | 0.74 |
| Hex | CC | 9B | DC | 7 | 1E | 0 | E | 11D | 30 | 4A |
| Octal | 314 | 233 | 334 | 7 | 36 | 0 | 16 | 435 | 60 | 112 |
| Binary | 11001100 | 10011011 | 11011100 | 111 | 11110 | 0 | 1110 | 100011101 | 110000 | 1001010 |
Color Harmonies of #CC9BDC
Complementary color
Monochromatic Colors of #CC9BDC
Black with #CC9BDC
Text Example
Text Example
White with #CC9BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9BDC; }
p { color: rgb(204,155,220); }
H1.HeaderClassName
{
color: #CC9BDC;
}
.AnyTagClassName
{
color: #CC9BDC;
}
</style>
background-color css
<style>
a { background-color: #CC9BDC; }
a { background-color: rgb(204,155,220); }
div.DivClassName
{
background-color: #CC9BDC;
}
.BgClassName
{
background-color: #CC9BDC;
}
</style>
border-color css
<style>
span { border-color: #CC9BDC; }
span { border-color: rgb(204,155,220); }
td.TdClassName
{
border-color: #CC9BDC;
}
.TagClassName
{
border-color: #CC9BDC;
}
</style>