Shades of Wisteria #CC99DC
Tints of Wisteria #CC99DC
RGB
CMYK
RGB Variations
Color information
#CC99DC (or 0xCC99DC) is known color: Wisteria. HEX triplet: CC, 99 and DC. RGB value is (204,153,220). Sum of RGB (Red+Green+Blue) = 204+153+220=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 153 (60.16% from 255 or 26.52% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC99DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC99DC is #336623. Grayscale: #AFAFAF. Windows color (decimal): -3368484 or 14457292. OLE color: 14457292.
HSL color Cylindrical-coordinate representation of color #CC99DC: hue angle of 285.67º degrees, saturation: 0.49, 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 #CC99DC is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 153 | 220 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.14 |
| HSL | 285.67º | 0.49% | 0.73% | - |
| HSV(B) | 285.67º | 0.3% | 0.86% | - |
| XYZ | 49.21 | 40.79 | 72.99 | - |
| YUV | 175.89 | 152.9 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 220 | 0.07 | 0.30 | 0 | 0.14 | 285.67 | 0.49 | 0.73 |
| Hex | CC | 99 | DC | 7 | 1E | 0 | E | 11E | 31 | 49 |
| Octal | 314 | 231 | 334 | 7 | 36 | 0 | 16 | 436 | 61 | 111 |
| Binary | 11001100 | 10011001 | 11011100 | 111 | 11110 | 0 | 1110 | 100011110 | 110001 | 1001001 |
Color Harmonies of #CC99DC
Complementary color
Monochromatic Colors of #CC99DC
Black with #CC99DC
Text Example
Text Example
White with #CC99DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC99DC; }
p { color: rgb(204,153,220); }
H1.HeaderClassName
{
color: #CC99DC;
}
.AnyTagClassName
{
color: #CC99DC;
}
</style>
background-color css
<style>
a { background-color: #CC99DC; }
a { background-color: rgb(204,153,220); }
div.DivClassName
{
background-color: #CC99DC;
}
.BgClassName
{
background-color: #CC99DC;
}
</style>
border-color css
<style>
span { border-color: #CC99DC; }
span { border-color: rgb(204,153,220); }
td.TdClassName
{
border-color: #CC99DC;
}
.TagClassName
{
border-color: #CC99DC;
}
</style>