Shades of Wisteria #CC91D8
Tints of Wisteria #CC91D8
RGB
CMYK
RGB Variations
Color information
#CC91D8 (or 0xCC91D8) is known color: Wisteria. HEX triplet: CC, 91 and D8. RGB value is (204,145,216). Sum of RGB (Red+Green+Blue) = 204+145+216=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 145 (57.03% from 255 or 25.66% from 565); Blue value is 216 (84.77% from 255 or 38.23% from 565); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC91D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC91D8 is #336E27. Grayscale: #AAAAAA. Windows color (decimal): -3370536 or 14193100. OLE color: 14193100.
HSL color Cylindrical-coordinate representation of color #CC91D8: hue angle of 289.86º degrees, saturation: 0.48, 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 #CC91D8 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 145 | 216 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.15 |
| HSL | 289.86º | 0.48% | 0.71% | - |
| HSV(B) | 289.86º | 0.33% | 0.85% | - |
| XYZ | 47.42 | 38.05 | 69.81 | - |
| YUV | 170.74 | 153.55 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 216 | 0.06 | 0.33 | 0 | 0.15 | 289.86 | 0.48 | 0.71 |
| Hex | CC | 91 | D8 | 6 | 21 | 0 | F | 122 | 30 | 47 |
| Octal | 314 | 221 | 330 | 6 | 41 | 0 | 17 | 442 | 60 | 107 |
| Binary | 11001100 | 10010001 | 11011000 | 110 | 100001 | 0 | 1111 | 100100010 | 110000 | 1000111 |
Color Harmonies of #CC91D8
Complementary color
Monochromatic Colors of #CC91D8
Black with #CC91D8
Text Example
Text Example
White with #CC91D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC91D8; }
p { color: rgb(204,145,216); }
H1.HeaderClassName
{
color: #CC91D8;
}
.AnyTagClassName
{
color: #CC91D8;
}
</style>
background-color css
<style>
a { background-color: #CC91D8; }
a { background-color: rgb(204,145,216); }
div.DivClassName
{
background-color: #CC91D8;
}
.BgClassName
{
background-color: #CC91D8;
}
</style>
border-color css
<style>
span { border-color: #CC91D8; }
span { border-color: rgb(204,145,216); }
td.TdClassName
{
border-color: #CC91D8;
}
.TagClassName
{
border-color: #CC91D8;
}
</style>