Shades of Wisteria #CC96DC
Tints of Wisteria #CC96DC
RGB
CMYK
RGB Variations
Color information
#CC96DC (or 0xCC96DC) is known color: Wisteria. HEX triplet: CC, 96 and DC. RGB value is (204,150,220). Sum of RGB (Red+Green+Blue) = 204+150+220=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 150 (58.98% from 255 or 26.13% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC96DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC96DC is #336923. Grayscale: #ADADAD. Windows color (decimal): -3369252 or 14456524. OLE color: 14456524.
HSL color Cylindrical-coordinate representation of color #CC96DC: hue angle of 286.29º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC96DC is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 150 | 220 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.14 |
| HSL | 286.29º | 0.5% | 0.73% | - |
| HSV(B) | 286.29º | 0.32% | 0.86% | - |
| XYZ | 48.73 | 39.82 | 72.83 | - |
| YUV | 174.13 | 153.89 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 220 | 0.07 | 0.32 | 0 | 0.14 | 286.29 | 0.5 | 0.73 |
| Hex | CC | 96 | DC | 7 | 20 | 0 | E | 11E | 32 | 49 |
| Octal | 314 | 226 | 334 | 7 | 40 | 0 | 16 | 436 | 62 | 111 |
| Binary | 11001100 | 10010110 | 11011100 | 111 | 100000 | 0 | 1110 | 100011110 | 110010 | 1001001 |
Color Harmonies of #CC96DC
Complementary color
Monochromatic Colors of #CC96DC
Black with #CC96DC
Text Example
Text Example
White with #CC96DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC96DC; }
p { color: rgb(204,150,220); }
H1.HeaderClassName
{
color: #CC96DC;
}
.AnyTagClassName
{
color: #CC96DC;
}
</style>
background-color css
<style>
a { background-color: #CC96DC; }
a { background-color: rgb(204,150,220); }
div.DivClassName
{
background-color: #CC96DC;
}
.BgClassName
{
background-color: #CC96DC;
}
</style>
border-color css
<style>
span { border-color: #CC96DC; }
span { border-color: rgb(204,150,220); }
td.TdClassName
{
border-color: #CC96DC;
}
.TagClassName
{
border-color: #CC96DC;
}
</style>