Shades of Wisteria #CC89F0
Tints of Wisteria #CC89F0
RGB
CMYK
RGB Variations
Color information
#CC89F0 (or 0xCC89F0) is known color: Wisteria. HEX triplet: CC, 89 and F0. RGB value is (204,137,240). Sum of RGB (Red+Green+Blue) = 204+137+240=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 137 (53.91% from 255 or 23.58% from 581); Blue value is 240 (94.14% from 255 or 41.31% from 581); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC89F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC89F0 is #33760F. Grayscale: #A8A8A8. Windows color (decimal): -3372560 or 15763916. OLE color: 15763916.
HSL color Cylindrical-coordinate representation of color #CC89F0: hue angle of 279.03º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC89F0 is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 137 | 240 | - |
| CMYK | 0.15 | 0.43 | 0 | 0.06 |
| HSL | 279.03º | 0.77% | 0.74% | - |
| HSV(B) | 279.03º | 0.43% | 0.94% | - |
| XYZ | 49.58 | 37.02 | 86.97 | - |
| YUV | 168.78 | 168.2 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 240 | 0.15 | 0.43 | 0 | 0.06 | 279.03 | 0.77 | 0.74 |
| Hex | CC | 89 | F0 | F | 2B | 0 | 6 | 117 | 4D | 4A |
| Octal | 314 | 211 | 360 | 17 | 53 | 0 | 6 | 427 | 115 | 112 |
| Binary | 11001100 | 10001001 | 11110000 | 1111 | 101011 | 0 | 110 | 100010111 | 1001101 | 1001010 |
Color Harmonies of #CC89F0
Complementary color
Monochromatic Colors of #CC89F0
Black with #CC89F0
Text Example
Text Example
White with #CC89F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC89F0; }
p { color: rgb(204,137,240); }
H1.HeaderClassName
{
color: #CC89F0;
}
.AnyTagClassName
{
color: #CC89F0;
}
</style>
background-color css
<style>
a { background-color: #CC89F0; }
a { background-color: rgb(204,137,240); }
div.DivClassName
{
background-color: #CC89F0;
}
.BgClassName
{
background-color: #CC89F0;
}
</style>
border-color css
<style>
span { border-color: #CC89F0; }
span { border-color: rgb(204,137,240); }
td.TdClassName
{
border-color: #CC89F0;
}
.TagClassName
{
border-color: #CC89F0;
}
</style>