Shades of Wisteria #CC99DD
Tints of Wisteria #CC99DD
RGB
CMYK
RGB Variations
Color information
#CC99DD (or 0xCC99DD) is known color: Wisteria. HEX triplet: CC, 99 and DD. RGB value is (204,153,221). Sum of RGB (Red+Green+Blue) = 204+153+221=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 153 (60.16% from 255 or 26.47% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC99DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC99DD is #336622. Grayscale: #AFAFAF. Windows color (decimal): -3368483 or 14522828. OLE color: 14522828.
HSL color Cylindrical-coordinate representation of color #CC99DD: hue angle of 285º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC99DD is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 153 | 221 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.13 |
| HSL | 285º | 0.5% | 0.73% | - |
| HSV(B) | 285º | 0.31% | 0.87% | - |
| XYZ | 49.34 | 40.84 | 73.69 | - |
| YUV | 176 | 153.4 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 221 | 0.08 | 0.31 | 0 | 0.13 | 285 | 0.5 | 0.73 |
| Hex | CC | 99 | DD | 8 | 1F | 0 | D | 11D | 32 | 49 |
| Octal | 314 | 231 | 335 | 10 | 37 | 0 | 15 | 435 | 62 | 111 |
| Binary | 11001100 | 10011001 | 11011101 | 1000 | 11111 | 0 | 1101 | 100011101 | 110010 | 1001001 |
Color Harmonies of #CC99DD
Complementary color
Monochromatic Colors of #CC99DD
Black with #CC99DD
Text Example
Text Example
White with #CC99DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC99DD; }
p { color: rgb(204,153,221); }
H1.HeaderClassName
{
color: #CC99DD;
}
.AnyTagClassName
{
color: #CC99DD;
}
</style>
background-color css
<style>
a { background-color: #CC99DD; }
a { background-color: rgb(204,153,221); }
div.DivClassName
{
background-color: #CC99DD;
}
.BgClassName
{
background-color: #CC99DD;
}
</style>
border-color css
<style>
span { border-color: #CC99DD; }
span { border-color: rgb(204,153,221); }
td.TdClassName
{
border-color: #CC99DD;
}
.TagClassName
{
border-color: #CC99DD;
}
</style>