Shades of Wisteria #CC89D6
Tints of Wisteria #CC89D6
RGB
CMYK
RGB Variations
Color information
#CC89D6 (or 0xCC89D6) is known color: Wisteria. HEX triplet: CC, 89 and D6. RGB value is (204,137,214). Sum of RGB (Red+Green+Blue) = 204+137+214=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 137 (53.91% from 255 or 24.68% from 555); Blue value is 214 (83.98% from 255 or 38.56% from 555); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC89D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC89D6 is #337629. Grayscale: #A5A5A5. Windows color (decimal): -3372586 or 14059980. OLE color: 14059980.
HSL color Cylindrical-coordinate representation of color #CC89D6: hue angle of 292.21º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC89D6 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 137 | 214 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.16 |
| HSL | 292.21º | 0.48% | 0.69% | - |
| HSV(B) | 292.21º | 0.36% | 0.84% | - |
| XYZ | 45.99 | 35.58 | 68.06 | - |
| YUV | 165.81 | 155.2 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 214 | 0.05 | 0.36 | 0 | 0.16 | 292.21 | 0.48 | 0.69 |
| Hex | CC | 89 | D6 | 5 | 24 | 0 | 10 | 124 | 30 | 45 |
| Octal | 314 | 211 | 326 | 5 | 44 | 0 | 20 | 444 | 60 | 105 |
| Binary | 11001100 | 10001001 | 11010110 | 101 | 100100 | 0 | 10000 | 100100100 | 110000 | 1000101 |
Color Harmonies of #CC89D6
Complementary color
Monochromatic Colors of #CC89D6
Black with #CC89D6
Text Example
Text Example
White with #CC89D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC89D6; }
p { color: rgb(204,137,214); }
H1.HeaderClassName
{
color: #CC89D6;
}
.AnyTagClassName
{
color: #CC89D6;
}
</style>
background-color css
<style>
a { background-color: #CC89D6; }
a { background-color: rgb(204,137,214); }
div.DivClassName
{
background-color: #CC89D6;
}
.BgClassName
{
background-color: #CC89D6;
}
</style>
border-color css
<style>
span { border-color: #CC89D6; }
span { border-color: rgb(204,137,214); }
td.TdClassName
{
border-color: #CC89D6;
}
.TagClassName
{
border-color: #CC89D6;
}
</style>