Shades of Wisteria #CC99D6
Tints of Wisteria #CC99D6
RGB
CMYK
RGB Variations
Color information
#CC99D6 (or 0xCC99D6) is known color: Wisteria. HEX triplet: CC, 99 and D6. RGB value is (204,153,214). Sum of RGB (Red+Green+Blue) = 204+153+214=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 153 (60.16% from 255 or 26.80% from 571); Blue value is 214 (83.98% from 255 or 37.48% from 571); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC99D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC99D6 is #336629. Grayscale: #AFAFAF. Windows color (decimal): -3368490 or 14064076. OLE color: 14064076.
HSL color Cylindrical-coordinate representation of color #CC99D6: hue angle of 290.16º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CC99D6 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 153 | 214 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.16 |
| HSL | 290.16º | 0.43% | 0.72% | - |
| HSV(B) | 290.16º | 0.29% | 0.84% | - |
| XYZ | 48.43 | 40.47 | 68.88 | - |
| YUV | 175.2 | 149.9 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 214 | 0.05 | 0.29 | 0 | 0.16 | 290.16 | 0.43 | 0.72 |
| Hex | CC | 99 | D6 | 5 | 1D | 0 | 10 | 122 | 2B | 48 |
| Octal | 314 | 231 | 326 | 5 | 35 | 0 | 20 | 442 | 53 | 110 |
| Binary | 11001100 | 10011001 | 11010110 | 101 | 11101 | 0 | 10000 | 100100010 | 101011 | 1001000 |
Color Harmonies of #CC99D6
Complementary color
Monochromatic Colors of #CC99D6
Black with #CC99D6
Text Example
Text Example
White with #CC99D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC99D6; }
p { color: rgb(204,153,214); }
H1.HeaderClassName
{
color: #CC99D6;
}
.AnyTagClassName
{
color: #CC99D6;
}
</style>
background-color css
<style>
a { background-color: #CC99D6; }
a { background-color: rgb(204,153,214); }
div.DivClassName
{
background-color: #CC99D6;
}
.BgClassName
{
background-color: #CC99D6;
}
</style>
border-color css
<style>
span { border-color: #CC99D6; }
span { border-color: rgb(204,153,214); }
td.TdClassName
{
border-color: #CC99D6;
}
.TagClassName
{
border-color: #CC99D6;
}
</style>