Shades of Wisteria #CC91D9
Tints of Wisteria #CC91D9
RGB
CMYK
RGB Variations
Color information
#CC91D9 (or 0xCC91D9) is known color: Wisteria. HEX triplet: CC, 91 and D9. RGB value is (204,145,217). Sum of RGB (Red+Green+Blue) = 204+145+217=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 145 (57.03% from 255 or 25.62% from 566); Blue value is 217 (85.16% from 255 or 38.34% from 566); Max value from RGB is 217 - color contains mainly: blue. Hex color #CC91D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC91D9 is #336E26. Grayscale: #AAAAAA. Windows color (decimal): -3370535 or 14258636. OLE color: 14258636.
HSL color Cylindrical-coordinate representation of color #CC91D9: hue angle of 289.17º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC91D9 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 145 | 217 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.15 |
| HSL | 289.17º | 0.49% | 0.71% | - |
| HSV(B) | 289.17º | 0.33% | 0.85% | - |
| XYZ | 47.55 | 38.1 | 70.49 | - |
| YUV | 170.85 | 154.05 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 217 | 0.06 | 0.33 | 0 | 0.15 | 289.17 | 0.49 | 0.71 |
| Hex | CC | 91 | D9 | 6 | 21 | 0 | F | 121 | 31 | 47 |
| Octal | 314 | 221 | 331 | 6 | 41 | 0 | 17 | 441 | 61 | 107 |
| Binary | 11001100 | 10010001 | 11011001 | 110 | 100001 | 0 | 1111 | 100100001 | 110001 | 1000111 |
Color Harmonies of #CC91D9
Complementary color
Monochromatic Colors of #CC91D9
Black with #CC91D9
Text Example
Text Example
White with #CC91D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC91D9; }
p { color: rgb(204,145,217); }
H1.HeaderClassName
{
color: #CC91D9;
}
.AnyTagClassName
{
color: #CC91D9;
}
</style>
background-color css
<style>
a { background-color: #CC91D9; }
a { background-color: rgb(204,145,217); }
div.DivClassName
{
background-color: #CC91D9;
}
.BgClassName
{
background-color: #CC91D9;
}
</style>
border-color css
<style>
span { border-color: #CC91D9; }
span { border-color: rgb(204,145,217); }
td.TdClassName
{
border-color: #CC91D9;
}
.TagClassName
{
border-color: #CC91D9;
}
</style>