Shades of Wisteria #CC89DA
Tints of Wisteria #CC89DA
RGB
CMYK
RGB Variations
Color information
#CC89DA (or 0xCC89DA) is known color: Wisteria. HEX triplet: CC, 89 and DA. RGB value is (204,137,218). Sum of RGB (Red+Green+Blue) = 204+137+218=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 137 (53.91% from 255 or 24.51% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC89DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC89DA is #337625. Grayscale: #A6A6A6. Windows color (decimal): -3372582 or 14322124. OLE color: 14322124.
HSL color Cylindrical-coordinate representation of color #CC89DA: hue angle of 289.63º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC89DA is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 137 | 218 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.15 |
| HSL | 289.63º | 0.52% | 0.7% | - |
| HSV(B) | 289.63º | 0.37% | 0.85% | - |
| XYZ | 46.5 | 35.79 | 70.79 | - |
| YUV | 166.27 | 157.2 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 218 | 0.06 | 0.37 | 0 | 0.15 | 289.63 | 0.52 | 0.7 |
| Hex | CC | 89 | DA | 6 | 25 | 0 | F | 122 | 34 | 46 |
| Octal | 314 | 211 | 332 | 6 | 45 | 0 | 17 | 442 | 64 | 106 |
| Binary | 11001100 | 10001001 | 11011010 | 110 | 100101 | 0 | 1111 | 100100010 | 110100 | 1000110 |
Color Harmonies of #CC89DA
Complementary color
Monochromatic Colors of #CC89DA
Black with #CC89DA
Text Example
Text Example
White with #CC89DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC89DA; }
p { color: rgb(204,137,218); }
H1.HeaderClassName
{
color: #CC89DA;
}
.AnyTagClassName
{
color: #CC89DA;
}
</style>
background-color css
<style>
a { background-color: #CC89DA; }
a { background-color: rgb(204,137,218); }
div.DivClassName
{
background-color: #CC89DA;
}
.BgClassName
{
background-color: #CC89DA;
}
</style>
border-color css
<style>
span { border-color: #CC89DA; }
span { border-color: rgb(204,137,218); }
td.TdClassName
{
border-color: #CC89DA;
}
.TagClassName
{
border-color: #CC89DA;
}
</style>