Shades of Wisteria #CC84DC
Tints of Wisteria #CC84DC
RGB
CMYK
RGB Variations
Color information
#CC84DC (or 0xCC84DC) is known color: Wisteria. HEX triplet: CC, 84 and DC. RGB value is (204,132,220). Sum of RGB (Red+Green+Blue) = 204+132+220=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 132 (51.95% from 255 or 23.74% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC84DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC84DC is #337B23. Grayscale: #A3A3A3. Windows color (decimal): -3373860 or 14451916. OLE color: 14451916.
HSL color Cylindrical-coordinate representation of color #CC84DC: hue angle of 289.09º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC84DC is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 132 | 220 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.14 |
| HSL | 289.09º | 0.56% | 0.69% | - |
| HSV(B) | 289.09º | 0.4% | 0.86% | - |
| XYZ | 46.07 | 34.51 | 71.94 | - |
| YUV | 163.56 | 159.85 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 220 | 0.07 | 0.40 | 0 | 0.14 | 289.09 | 0.56 | 0.69 |
| Hex | CC | 84 | DC | 7 | 28 | 0 | E | 121 | 38 | 45 |
| Octal | 314 | 204 | 334 | 7 | 50 | 0 | 16 | 441 | 70 | 105 |
| Binary | 11001100 | 10000100 | 11011100 | 111 | 101000 | 0 | 1110 | 100100001 | 111000 | 1000101 |
Color Harmonies of #CC84DC
Complementary color
Monochromatic Colors of #CC84DC
Black with #CC84DC
Text Example
Text Example
White with #CC84DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC84DC; }
p { color: rgb(204,132,220); }
H1.HeaderClassName
{
color: #CC84DC;
}
.AnyTagClassName
{
color: #CC84DC;
}
</style>
background-color css
<style>
a { background-color: #CC84DC; }
a { background-color: rgb(204,132,220); }
div.DivClassName
{
background-color: #CC84DC;
}
.BgClassName
{
background-color: #CC84DC;
}
</style>
border-color css
<style>
span { border-color: #CC84DC; }
span { border-color: rgb(204,132,220); }
td.TdClassName
{
border-color: #CC84DC;
}
.TagClassName
{
border-color: #CC84DC;
}
</style>