#CC84DD

Color #CC84DD Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #CC84DD

Tints of Wisteria #CC84DD

Color information

#CC84DD (or 0xCC84DD) is unknown color: approx Wisteria. HEX triplet: CC, 84 and DD. RGB value is (204,132,221). Sum of RGB (Red+Green+Blue) = 204+132+221=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 132 (51.95% from 255 or 23.70% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC84DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC84DD is #337B22. Grayscale: #A3A3A3. Windows color (decimal): -3373859 or 14517452. OLE color: 14517452.

HSL color Cylindrical-coordinate representation of color #CC84DD: hue angle of 288.54º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC84DD is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204132221-
CMYK0.080.4000.13
HSL288.54º56.69%69.22%-
HSV(B)288.54º40.27%86.67%-
XYZ46.234.5672.64-
YUV163.67160.35156.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 36.62%
GREEN value IS 132 (51.95% from 255) = 23.70%
BLUE value IS 221 (86.72% from 255) = 39.68%
R=36.62%
G=23.70%
B=39.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041322210.080.4000.13288.5456.6969.22
HexCC84DD8280D1213945
Octal314204335105001544171105
Binary1100110010000100110111011000101000011011001000011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC84DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC84DD; }

 p { color: rgb(204,132,221); }

 H1.HeaderClassName
 {
   color: #CC84DD;
 }
 .AnyTagClassName
 {
   color: #CC84DD;
 }
</style>
background-color css

<style>
 a { background-color: #CC84DD; }

 a { background-color: rgb(204,132,221); }

 div.DivClassName
 {
   background-color: #CC84DD;
 }
 .BgClassName
 {
   background-color: #CC84DD;
 }
</style>
border-color css

<style>
 span { border-color: #CC84DD; }

 span { border-color: rgb(204,132,221); }

 td.TdClassName
 {
   border-color: #CC84DD;
 }
 .TagClassName
 {
   border-color: #CC84DD;
 }
</style>