Shades of Wisteria #CC9DDC
Tints of Wisteria #CC9DDC
RGB
CMYK
RGB Variations
Color information
#CC9DDC (or 0xCC9DDC) is known color: Wisteria. HEX triplet: CC, 9D and DC. RGB value is (204,157,220). Sum of RGB (Red+Green+Blue) = 204+157+220=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 157 (61.72% from 255 or 27.02% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC9DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9DDC is #336223. Grayscale: #B2B2B2. Windows color (decimal): -3367460 or 14458316. OLE color: 14458316.
HSL color Cylindrical-coordinate representation of color #CC9DDC: hue angle of 284.76º degrees, saturation: 0.47, 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 #CC9DDC is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 157 | 220 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.14 |
| HSL | 284.76º | 0.47% | 0.74% | - |
| HSV(B) | 284.76º | 0.29% | 0.86% | - |
| XYZ | 49.88 | 42.12 | 73.21 | - |
| YUV | 178.24 | 151.57 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 157 | 220 | 0.07 | 0.29 | 0 | 0.14 | 284.76 | 0.47 | 0.74 |
| Hex | CC | 9D | DC | 7 | 1D | 0 | E | 11D | 2F | 4A |
| Octal | 314 | 235 | 334 | 7 | 35 | 0 | 16 | 435 | 57 | 112 |
| Binary | 11001100 | 10011101 | 11011100 | 111 | 11101 | 0 | 1110 | 100011101 | 101111 | 1001010 |
Color Harmonies of #CC9DDC
Complementary color
Monochromatic Colors of #CC9DDC
Black with #CC9DDC
Text Example
Text Example
White with #CC9DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9DDC; }
p { color: rgb(204,157,220); }
H1.HeaderClassName
{
color: #CC9DDC;
}
.AnyTagClassName
{
color: #CC9DDC;
}
</style>
background-color css
<style>
a { background-color: #CC9DDC; }
a { background-color: rgb(204,157,220); }
div.DivClassName
{
background-color: #CC9DDC;
}
.BgClassName
{
background-color: #CC9DDC;
}
</style>
border-color css
<style>
span { border-color: #CC9DDC; }
span { border-color: rgb(204,157,220); }
td.TdClassName
{
border-color: #CC9DDC;
}
.TagClassName
{
border-color: #CC9DDC;
}
</style>