Shades of Wisteria #CC80E4
Tints of Wisteria #CC80E4
RGB
CMYK
RGB Variations
Color information
#CC80E4 (or 0xCC80E4) is known color: Wisteria. HEX triplet: CC, 80 and E4. RGB value is (204,128,228). Sum of RGB (Red+Green+Blue) = 204+128+228=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 128 (50.39% from 255 or 22.86% from 560); Blue value is 228 (89.45% from 255 or 40.71% from 560); Max value from RGB is 228 - color contains mainly: blue. Hex color #CC80E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC80E4 is #337F1B. Grayscale: #A1A1A1. Windows color (decimal): -3374876 or 14975180. OLE color: 14975180.
HSL color Cylindrical-coordinate representation of color #CC80E4: hue angle of 285.6º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC80E4 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 128 | 228 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.11 |
| HSL | 285.6º | 0.65% | 0.7% | - |
| HSV(B) | 285.6º | 0.44% | 0.89% | - |
| XYZ | 46.62 | 33.88 | 77.48 | - |
| YUV | 162.12 | 165.18 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 228 | 0.11 | 0.44 | 0 | 0.11 | 285.6 | 0.65 | 0.7 |
| Hex | CC | 80 | E4 | B | 2C | 0 | B | 11E | 41 | 46 |
| Octal | 314 | 200 | 344 | 13 | 54 | 0 | 13 | 436 | 101 | 106 |
| Binary | 11001100 | 10000000 | 11100100 | 1011 | 101100 | 0 | 1011 | 100011110 | 1000001 | 1000110 |
Color Harmonies of #CC80E4
Complementary color
Monochromatic Colors of #CC80E4
Black with #CC80E4
Text Example
Text Example
White with #CC80E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC80E4; }
p { color: rgb(204,128,228); }
H1.HeaderClassName
{
color: #CC80E4;
}
.AnyTagClassName
{
color: #CC80E4;
}
</style>
background-color css
<style>
a { background-color: #CC80E4; }
a { background-color: rgb(204,128,228); }
div.DivClassName
{
background-color: #CC80E4;
}
.BgClassName
{
background-color: #CC80E4;
}
</style>
border-color css
<style>
span { border-color: #CC80E4; }
span { border-color: rgb(204,128,228); }
td.TdClassName
{
border-color: #CC80E4;
}
.TagClassName
{
border-color: #CC80E4;
}
</style>