Shades of Wisteria #CC91D6
Tints of Wisteria #CC91D6
RGB
CMYK
RGB Variations
Color information
#CC91D6 (or 0xCC91D6) is known color: Wisteria. HEX triplet: CC, 91 and D6. RGB value is (204,145,214). Sum of RGB (Red+Green+Blue) = 204+145+214=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 145 (57.03% from 255 or 25.75% from 563); Blue value is 214 (83.98% from 255 or 38.01% from 563); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC91D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC91D6 is #336E29. Grayscale: #AAAAAA. Windows color (decimal): -3370538 or 14062028. OLE color: 14062028.
HSL color Cylindrical-coordinate representation of color #CC91D6: hue angle of 291.3º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC91D6 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 145 | 214 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.16 |
| HSL | 291.3º | 0.46% | 0.7% | - |
| HSV(B) | 291.3º | 0.32% | 0.84% | - |
| XYZ | 47.16 | 37.94 | 68.46 | - |
| YUV | 170.51 | 152.55 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 214 | 0.05 | 0.32 | 0 | 0.16 | 291.3 | 0.46 | 0.7 |
| Hex | CC | 91 | D6 | 5 | 20 | 0 | 10 | 123 | 2E | 46 |
| Octal | 314 | 221 | 326 | 5 | 40 | 0 | 20 | 443 | 56 | 106 |
| Binary | 11001100 | 10010001 | 11010110 | 101 | 100000 | 0 | 10000 | 100100011 | 101110 | 1000110 |
Color Harmonies of #CC91D6
Complementary color
Monochromatic Colors of #CC91D6
Black with #CC91D6
Text Example
Text Example
White with #CC91D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC91D6; }
p { color: rgb(204,145,214); }
H1.HeaderClassName
{
color: #CC91D6;
}
.AnyTagClassName
{
color: #CC91D6;
}
</style>
background-color css
<style>
a { background-color: #CC91D6; }
a { background-color: rgb(204,145,214); }
div.DivClassName
{
background-color: #CC91D6;
}
.BgClassName
{
background-color: #CC91D6;
}
</style>
border-color css
<style>
span { border-color: #CC91D6; }
span { border-color: rgb(204,145,214); }
td.TdClassName
{
border-color: #CC91D6;
}
.TagClassName
{
border-color: #CC91D6;
}
</style>