Shades of Wisteria #CC89DC
Tints of Wisteria #CC89DC
RGB
CMYK
RGB Variations
Color information
#CC89DC (or 0xCC89DC) is known color: Wisteria. HEX triplet: CC, 89 and DC. RGB value is (204,137,220). Sum of RGB (Red+Green+Blue) = 204+137+220=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 137 (53.91% from 255 or 24.42% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC89DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC89DC is #337623. Grayscale: #A6A6A6. Windows color (decimal): -3372580 or 14453196. OLE color: 14453196.
HSL color Cylindrical-coordinate representation of color #CC89DC: hue angle of 288.43º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC89DC is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 137 | 220 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.14 |
| HSL | 288.43º | 0.54% | 0.7% | - |
| HSV(B) | 288.43º | 0.38% | 0.86% | - |
| XYZ | 46.77 | 35.9 | 72.17 | - |
| YUV | 166.5 | 158.2 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 220 | 0.07 | 0.38 | 0 | 0.14 | 288.43 | 0.54 | 0.7 |
| Hex | CC | 89 | DC | 7 | 26 | 0 | E | 120 | 36 | 46 |
| Octal | 314 | 211 | 334 | 7 | 46 | 0 | 16 | 440 | 66 | 106 |
| Binary | 11001100 | 10001001 | 11011100 | 111 | 100110 | 0 | 1110 | 100100000 | 110110 | 1000110 |
Color Harmonies of #CC89DC
Complementary color
Monochromatic Colors of #CC89DC
Black with #CC89DC
Text Example
Text Example
White with #CC89DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC89DC; }
p { color: rgb(204,137,220); }
H1.HeaderClassName
{
color: #CC89DC;
}
.AnyTagClassName
{
color: #CC89DC;
}
</style>
background-color css
<style>
a { background-color: #CC89DC; }
a { background-color: rgb(204,137,220); }
div.DivClassName
{
background-color: #CC89DC;
}
.BgClassName
{
background-color: #CC89DC;
}
</style>
border-color css
<style>
span { border-color: #CC89DC; }
span { border-color: rgb(204,137,220); }
td.TdClassName
{
border-color: #CC89DC;
}
.TagClassName
{
border-color: #CC89DC;
}
</style>