Shades of Wisteria #CC84E5
Tints of Wisteria #CC84E5
RGB
CMYK
RGB Variations
Color information
#CC84E5 (or 0xCC84E5) is known color: Wisteria. HEX triplet: CC, 84 and E5. RGB value is (204,132,229). Sum of RGB (Red+Green+Blue) = 204+132+229=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 132 (51.95% from 255 or 23.36% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC84E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC84E5 is #337B1A. Grayscale: #A4A4A4. Windows color (decimal): -3373851 or 15041740. OLE color: 15041740.
HSL color Cylindrical-coordinate representation of color #CC84E5: hue angle of 284.54º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC84E5 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 132 | 229 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.10 |
| HSL | 284.54º | 0.65% | 0.71% | - |
| HSV(B) | 284.54º | 0.42% | 0.9% | - |
| XYZ | 47.3 | 35 | 78.39 | - |
| YUV | 164.59 | 164.35 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 229 | 0.11 | 0.42 | 0 | 0.10 | 284.54 | 0.65 | 0.71 |
| Hex | CC | 84 | E5 | B | 2A | 0 | A | 11D | 41 | 47 |
| Octal | 314 | 204 | 345 | 13 | 52 | 0 | 12 | 435 | 101 | 107 |
| Binary | 11001100 | 10000100 | 11100101 | 1011 | 101010 | 0 | 1010 | 100011101 | 1000001 | 1000111 |
Color Harmonies of #CC84E5
Complementary color
Monochromatic Colors of #CC84E5
Black with #CC84E5
Text Example
Text Example
White with #CC84E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC84E5; }
p { color: rgb(204,132,229); }
H1.HeaderClassName
{
color: #CC84E5;
}
.AnyTagClassName
{
color: #CC84E5;
}
</style>
background-color css
<style>
a { background-color: #CC84E5; }
a { background-color: rgb(204,132,229); }
div.DivClassName
{
background-color: #CC84E5;
}
.BgClassName
{
background-color: #CC84E5;
}
</style>
border-color css
<style>
span { border-color: #CC84E5; }
span { border-color: rgb(204,132,229); }
td.TdClassName
{
border-color: #CC84E5;
}
.TagClassName
{
border-color: #CC84E5;
}
</style>