Shades of Wisteria #CC99DB
Tints of Wisteria #CC99DB
RGB
CMYK
RGB Variations
Color information
#CC99DB (or 0xCC99DB) is known color: Wisteria. HEX triplet: CC, 99 and DB. RGB value is (204,153,219). Sum of RGB (Red+Green+Blue) = 204+153+219=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 153 (60.16% from 255 or 26.56% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC99DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC99DB is #336624. Grayscale: #AFAFAF. Windows color (decimal): -3368485 or 14391756. OLE color: 14391756.
HSL color Cylindrical-coordinate representation of color #CC99DB: hue angle of 286.36º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC99DB is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 153 | 219 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.14 |
| HSL | 286.36º | 0.48% | 0.73% | - |
| HSV(B) | 286.36º | 0.3% | 0.86% | - |
| XYZ | 49.08 | 40.73 | 72.29 | - |
| YUV | 175.77 | 152.4 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 219 | 0.07 | 0.30 | 0 | 0.14 | 286.36 | 0.48 | 0.73 |
| Hex | CC | 99 | DB | 7 | 1E | 0 | E | 11E | 30 | 49 |
| Octal | 314 | 231 | 333 | 7 | 36 | 0 | 16 | 436 | 60 | 111 |
| Binary | 11001100 | 10011001 | 11011011 | 111 | 11110 | 0 | 1110 | 100011110 | 110000 | 1001001 |
Color Harmonies of #CC99DB
Complementary color
Monochromatic Colors of #CC99DB
Black with #CC99DB
Text Example
Text Example
White with #CC99DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC99DB; }
p { color: rgb(204,153,219); }
H1.HeaderClassName
{
color: #CC99DB;
}
.AnyTagClassName
{
color: #CC99DB;
}
</style>
background-color css
<style>
a { background-color: #CC99DB; }
a { background-color: rgb(204,153,219); }
div.DivClassName
{
background-color: #CC99DB;
}
.BgClassName
{
background-color: #CC99DB;
}
</style>
border-color css
<style>
span { border-color: #CC99DB; }
span { border-color: rgb(204,153,219); }
td.TdClassName
{
border-color: #CC99DB;
}
.TagClassName
{
border-color: #CC99DB;
}
</style>