Shades of Wisteria #CC84E6
Tints of Wisteria #CC84E6
RGB
CMYK
RGB Variations
Color information
#CC84E6 (or 0xCC84E6) is known color: Wisteria. HEX triplet: CC, 84 and E6. RGB value is (204,132,230). Sum of RGB (Red+Green+Blue) = 204+132+230=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 132 (51.95% from 255 or 23.32% from 566); Blue value is 230 (90.23% from 255 or 40.64% from 566); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC84E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC84E6 is #337B19. Grayscale: #A4A4A4. Windows color (decimal): -3373850 or 15107276. OLE color: 15107276.
HSL color Cylindrical-coordinate representation of color #CC84E6: hue angle of 284.08º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC84E6 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 132 | 230 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.10 |
| HSL | 284.08º | 0.66% | 0.71% | - |
| HSV(B) | 284.08º | 0.43% | 0.9% | - |
| XYZ | 47.44 | 35.05 | 79.13 | - |
| YUV | 164.7 | 164.85 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 230 | 0.11 | 0.43 | 0 | 0.10 | 284.08 | 0.66 | 0.71 |
| Hex | CC | 84 | E6 | B | 2B | 0 | A | 11C | 42 | 47 |
| Octal | 314 | 204 | 346 | 13 | 53 | 0 | 12 | 434 | 102 | 107 |
| Binary | 11001100 | 10000100 | 11100110 | 1011 | 101011 | 0 | 1010 | 100011100 | 1000010 | 1000111 |
Color Harmonies of #CC84E6
Complementary color
Monochromatic Colors of #CC84E6
Black with #CC84E6
Text Example
Text Example
White with #CC84E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC84E6; }
p { color: rgb(204,132,230); }
H1.HeaderClassName
{
color: #CC84E6;
}
.AnyTagClassName
{
color: #CC84E6;
}
</style>
background-color css
<style>
a { background-color: #CC84E6; }
a { background-color: rgb(204,132,230); }
div.DivClassName
{
background-color: #CC84E6;
}
.BgClassName
{
background-color: #CC84E6;
}
</style>
border-color css
<style>
span { border-color: #CC84E6; }
span { border-color: rgb(204,132,230); }
td.TdClassName
{
border-color: #CC84E6;
}
.TagClassName
{
border-color: #CC84E6;
}
</style>