#CC84DE

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

Shades of Wisteria #CC84DE

Tints of Wisteria #CC84DE

Color information

#CC84DE (or 0xCC84DE) is unknown color: approx Wisteria. HEX triplet: CC, 84 and DE. RGB value is (204,132,222). Sum of RGB (Red+Green+Blue) = 204+132+222=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 132 (51.95% from 255 or 23.66% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC84DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC84DE is #337B21. Grayscale: #A3A3A3. Windows color (decimal): -3373858 or 14582988. OLE color: 14582988.

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

Color convert

RGB204132222-
CMYK0.080.4100.13
HSL288º57.69%69.41%-
HSV(B)288º40.54%87.06%-
XYZ46.3434.6173.35-
YUV163.79160.85156.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.56%
GREEN value IS 132 (51.95% from 255) = 23.66%
BLUE value IS 222 (87.11% from 255) = 39.78%
R=36.56%
G=23.66%
B=39.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041322220.080.4100.1328857.6969.41
HexCC84DE8290D1203a45
Octal314204336105101544072105
Binary1100110010000100110111101000101001011011001000001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC84DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC84DE; }

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

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

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

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

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

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

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

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