Shades of Wisteria #CC89E1
Tints of Wisteria #CC89E1
RGB
CMYK
RGB Variations
Color information
#CC89E1 (or 0xCC89E1) is known color: Wisteria. HEX triplet: CC, 89 and E1. RGB value is (204,137,225). Sum of RGB (Red+Green+Blue) = 204+137+225=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 137 (53.91% from 255 or 24.20% from 566); Blue value is 225 (88.28% from 255 or 39.75% from 566); Max value from RGB is 225 - color contains mainly: blue. Hex color #CC89E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC89E1 is #33761E. Grayscale: #A6A6A6. Windows color (decimal): -3372575 or 14780876. OLE color: 14780876.
HSL color Cylindrical-coordinate representation of color #CC89E1: hue angle of 285.68º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC89E1 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 137 | 225 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.12 |
| HSL | 285.68º | 0.59% | 0.71% | - |
| HSV(B) | 285.68º | 0.39% | 0.88% | - |
| XYZ | 47.44 | 36.16 | 75.71 | - |
| YUV | 167.07 | 160.7 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 225 | 0.09 | 0.39 | 0 | 0.12 | 285.68 | 0.59 | 0.71 |
| Hex | CC | 89 | E1 | 9 | 27 | 0 | C | 11E | 3B | 47 |
| Octal | 314 | 211 | 341 | 11 | 47 | 0 | 14 | 436 | 73 | 107 |
| Binary | 11001100 | 10001001 | 11100001 | 1001 | 100111 | 0 | 1100 | 100011110 | 111011 | 1000111 |
Color Harmonies of #CC89E1
Complementary color
Monochromatic Colors of #CC89E1
Black with #CC89E1
Text Example
Text Example
White with #CC89E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC89E1; }
p { color: rgb(204,137,225); }
H1.HeaderClassName
{
color: #CC89E1;
}
.AnyTagClassName
{
color: #CC89E1;
}
</style>
background-color css
<style>
a { background-color: #CC89E1; }
a { background-color: rgb(204,137,225); }
div.DivClassName
{
background-color: #CC89E1;
}
.BgClassName
{
background-color: #CC89E1;
}
</style>
border-color css
<style>
span { border-color: #CC89E1; }
span { border-color: rgb(204,137,225); }
td.TdClassName
{
border-color: #CC89E1;
}
.TagClassName
{
border-color: #CC89E1;
}
</style>