Shades of Wisteria #CC99D8
Tints of Wisteria #CC99D8
RGB
CMYK
RGB Variations
Color information
#CC99D8 (or 0xCC99D8) is known color: Wisteria. HEX triplet: CC, 99 and D8. RGB value is (204,153,216). Sum of RGB (Red+Green+Blue) = 204+153+216=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 153 (60.16% from 255 or 26.70% from 573); Blue value is 216 (84.77% from 255 or 37.70% from 573); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC99D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC99D8 is #336627. Grayscale: #AFAFAF. Windows color (decimal): -3368488 or 14195148. OLE color: 14195148.
HSL color Cylindrical-coordinate representation of color #CC99D8: hue angle of 288.57º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CC99D8 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 153 | 216 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.15 |
| HSL | 288.57º | 0.45% | 0.72% | - |
| HSV(B) | 288.57º | 0.29% | 0.85% | - |
| XYZ | 48.69 | 40.58 | 70.23 | - |
| YUV | 175.43 | 150.9 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 216 | 0.06 | 0.29 | 0 | 0.15 | 288.57 | 0.45 | 0.72 |
| Hex | CC | 99 | D8 | 6 | 1D | 0 | F | 121 | 2D | 48 |
| Octal | 314 | 231 | 330 | 6 | 35 | 0 | 17 | 441 | 55 | 110 |
| Binary | 11001100 | 10011001 | 11011000 | 110 | 11101 | 0 | 1111 | 100100001 | 101101 | 1001000 |
Color Harmonies of #CC99D8
Complementary color
Monochromatic Colors of #CC99D8
Black with #CC99D8
Text Example
Text Example
White with #CC99D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC99D8; }
p { color: rgb(204,153,216); }
H1.HeaderClassName
{
color: #CC99D8;
}
.AnyTagClassName
{
color: #CC99D8;
}
</style>
background-color css
<style>
a { background-color: #CC99D8; }
a { background-color: rgb(204,153,216); }
div.DivClassName
{
background-color: #CC99D8;
}
.BgClassName
{
background-color: #CC99D8;
}
</style>
border-color css
<style>
span { border-color: #CC99D8; }
span { border-color: rgb(204,153,216); }
td.TdClassName
{
border-color: #CC99D8;
}
.TagClassName
{
border-color: #CC99D8;
}
</style>