Shades of Wisteria #CC99D5
Tints of Wisteria #CC99D5
RGB
CMYK
RGB Variations
Color information
#CC99D5 (or 0xCC99D5) is known color: Wisteria. HEX triplet: CC, 99 and D5. RGB value is (204,153,213). Sum of RGB (Red+Green+Blue) = 204+153+213=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 153 (60.16% from 255 or 26.84% from 570); Blue value is 213 (83.59% from 255 or 37.37% from 570); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC99D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC99D5 is #33662A. Grayscale: #AEAEAE. Windows color (decimal): -3368491 or 13998540. OLE color: 13998540.
HSL color Cylindrical-coordinate representation of color #CC99D5: hue angle of 291º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CC99D5 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 153 | 213 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.16 |
| HSL | 291º | 0.42% | 0.72% | - |
| HSV(B) | 291º | 0.28% | 0.84% | - |
| XYZ | 48.3 | 40.42 | 68.21 | - |
| YUV | 175.09 | 149.4 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 213 | 0.04 | 0.28 | 0 | 0.16 | 291 | 0.42 | 0.72 |
| Hex | CC | 99 | D5 | 4 | 1C | 0 | 10 | 123 | 2A | 48 |
| Octal | 314 | 231 | 325 | 4 | 34 | 0 | 20 | 443 | 52 | 110 |
| Binary | 11001100 | 10011001 | 11010101 | 100 | 11100 | 0 | 10000 | 100100011 | 101010 | 1001000 |
Color Harmonies of #CC99D5
Complementary color
Monochromatic Colors of #CC99D5
Black with #CC99D5
Text Example
Text Example
White with #CC99D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC99D5; }
p { color: rgb(204,153,213); }
H1.HeaderClassName
{
color: #CC99D5;
}
.AnyTagClassName
{
color: #CC99D5;
}
</style>
background-color css
<style>
a { background-color: #CC99D5; }
a { background-color: rgb(204,153,213); }
div.DivClassName
{
background-color: #CC99D5;
}
.BgClassName
{
background-color: #CC99D5;
}
</style>
border-color css
<style>
span { border-color: #CC99D5; }
span { border-color: rgb(204,153,213); }
td.TdClassName
{
border-color: #CC99D5;
}
.TagClassName
{
border-color: #CC99D5;
}
</style>