Shades of Wisteria #CC9DDF
Tints of Wisteria #CC9DDF
RGB
CMYK
RGB Variations
Color information
#CC9DDF (or 0xCC9DDF) is known color: Wisteria. HEX triplet: CC, 9D and DF. RGB value is (204,157,223). Sum of RGB (Red+Green+Blue) = 204+157+223=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 157 (61.72% from 255 or 26.88% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC9DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9DDF is #336220. Grayscale: #B2B2B2. Windows color (decimal): -3367457 or 14654924. OLE color: 14654924.
HSL color Cylindrical-coordinate representation of color #CC9DDF: hue angle of 282.73º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC9DDF is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 157 | 223 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.13 |
| HSL | 282.73º | 0.51% | 0.75% | - |
| HSV(B) | 282.73º | 0.3% | 0.87% | - |
| XYZ | 50.28 | 42.28 | 75.32 | - |
| YUV | 178.58 | 153.07 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 157 | 223 | 0.09 | 0.30 | 0 | 0.13 | 282.73 | 0.51 | 0.75 |
| Hex | CC | 9D | DF | 9 | 1E | 0 | D | 11B | 33 | 4B |
| Octal | 314 | 235 | 337 | 11 | 36 | 0 | 15 | 433 | 63 | 113 |
| Binary | 11001100 | 10011101 | 11011111 | 1001 | 11110 | 0 | 1101 | 100011011 | 110011 | 1001011 |
Color Harmonies of #CC9DDF
Complementary color
Monochromatic Colors of #CC9DDF
Black with #CC9DDF
Text Example
Text Example
White with #CC9DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9DDF; }
p { color: rgb(204,157,223); }
H1.HeaderClassName
{
color: #CC9DDF;
}
.AnyTagClassName
{
color: #CC9DDF;
}
</style>
background-color css
<style>
a { background-color: #CC9DDF; }
a { background-color: rgb(204,157,223); }
div.DivClassName
{
background-color: #CC9DDF;
}
.BgClassName
{
background-color: #CC9DDF;
}
</style>
border-color css
<style>
span { border-color: #CC9DDF; }
span { border-color: rgb(204,157,223); }
td.TdClassName
{
border-color: #CC9DDF;
}
.TagClassName
{
border-color: #CC9DDF;
}
</style>