Shades of Wisteria #CC9DDD
Tints of Wisteria #CC9DDD
RGB
CMYK
RGB Variations
Color information
#CC9DDD (or 0xCC9DDD) is known color: Wisteria. HEX triplet: CC, 9D and DD. RGB value is (204,157,221). Sum of RGB (Red+Green+Blue) = 204+157+221=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 157 (61.72% from 255 or 26.98% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC9DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9DDD is #336222. Grayscale: #B2B2B2. Windows color (decimal): -3367459 or 14523852. OLE color: 14523852.
HSL color Cylindrical-coordinate representation of color #CC9DDD: hue angle of 284.06º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CC9DDD is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 157 | 221 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.13 |
| HSL | 284.06º | 0.48% | 0.74% | - |
| HSV(B) | 284.06º | 0.29% | 0.87% | - |
| XYZ | 50.01 | 42.17 | 73.91 | - |
| YUV | 178.35 | 152.07 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 157 | 221 | 0.08 | 0.29 | 0 | 0.13 | 284.06 | 0.48 | 0.74 |
| Hex | CC | 9D | DD | 8 | 1D | 0 | D | 11C | 30 | 4A |
| Octal | 314 | 235 | 335 | 10 | 35 | 0 | 15 | 434 | 60 | 112 |
| Binary | 11001100 | 10011101 | 11011101 | 1000 | 11101 | 0 | 1101 | 100011100 | 110000 | 1001010 |
Color Harmonies of #CC9DDD
Complementary color
Monochromatic Colors of #CC9DDD
Black with #CC9DDD
Text Example
Text Example
White with #CC9DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9DDD; }
p { color: rgb(204,157,221); }
H1.HeaderClassName
{
color: #CC9DDD;
}
.AnyTagClassName
{
color: #CC9DDD;
}
</style>
background-color css
<style>
a { background-color: #CC9DDD; }
a { background-color: rgb(204,157,221); }
div.DivClassName
{
background-color: #CC9DDD;
}
.BgClassName
{
background-color: #CC9DDD;
}
</style>
border-color css
<style>
span { border-color: #CC9DDD; }
span { border-color: rgb(204,157,221); }
td.TdClassName
{
border-color: #CC9DDD;
}
.TagClassName
{
border-color: #CC9DDD;
}
</style>