Shades of Wisteria #CC99DF
Tints of Wisteria #CC99DF
RGB
CMYK
RGB Variations
Color information
#CC99DF (or 0xCC99DF) is known color: Wisteria. HEX triplet: CC, 99 and DF. RGB value is (204,153,223). Sum of RGB (Red+Green+Blue) = 204+153+223=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 153 (60.16% from 255 or 26.38% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC99DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC99DF is #336620. Grayscale: #B0B0B0. Windows color (decimal): -3368481 or 14653900. OLE color: 14653900.
HSL color Cylindrical-coordinate representation of color #CC99DF: hue angle of 283.71º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC99DF is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 153 | 223 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.13 |
| HSL | 283.71º | 0.52% | 0.74% | - |
| HSV(B) | 283.71º | 0.31% | 0.87% | - |
| XYZ | 49.61 | 40.95 | 75.1 | - |
| YUV | 176.23 | 154.4 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 223 | 0.09 | 0.31 | 0 | 0.13 | 283.71 | 0.52 | 0.74 |
| Hex | CC | 99 | DF | 9 | 1F | 0 | D | 11C | 34 | 4A |
| Octal | 314 | 231 | 337 | 11 | 37 | 0 | 15 | 434 | 64 | 112 |
| Binary | 11001100 | 10011001 | 11011111 | 1001 | 11111 | 0 | 1101 | 100011100 | 110100 | 1001010 |
Color Harmonies of #CC99DF
Complementary color
Monochromatic Colors of #CC99DF
Black with #CC99DF
Text Example
Text Example
White with #CC99DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC99DF; }
p { color: rgb(204,153,223); }
H1.HeaderClassName
{
color: #CC99DF;
}
.AnyTagClassName
{
color: #CC99DF;
}
</style>
background-color css
<style>
a { background-color: #CC99DF; }
a { background-color: rgb(204,153,223); }
div.DivClassName
{
background-color: #CC99DF;
}
.BgClassName
{
background-color: #CC99DF;
}
</style>
border-color css
<style>
span { border-color: #CC99DF; }
span { border-color: rgb(204,153,223); }
td.TdClassName
{
border-color: #CC99DF;
}
.TagClassName
{
border-color: #CC99DF;
}
</style>