#CC80E5

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

Shades of Wisteria #CC80E5

Tints of Wisteria #CC80E5

Color information

#CC80E5 (or 0xCC80E5) is unknown color: approx Wisteria. HEX triplet: CC, 80 and E5. RGB value is (204,128,229). Sum of RGB (Red+Green+Blue) = 204+128+229=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 229 (89.84% from 255 or 40.82% from 561); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC80E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC80E5 is #337F1A. Grayscale: #A1A1A1. Windows color (decimal): -3374875 or 15040716. OLE color: 15040716.

HSL color Cylindrical-coordinate representation of color #CC80E5: hue angle of 285.15º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC80E5 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB204128229-
CMYK0.110.4400.10
HSL285.15º66.01%70%-
HSV(B)285.15º44.1%89.8%-
XYZ46.7633.9378.21-
YUV162.24165.68157.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.36%
GREEN value IS 128 (50.39% from 255) = 22.82%
BLUE value IS 229 (89.84% from 255) = 40.82%
R=36.36%
G=22.82%
B=40.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2041282290.110.4400.10285.1566.0170
HexCC80E5B2C0A11d4246
Octal3142003451354012435102106
Binary11001100100000001110010110111011000101010001110110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC80E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC80E5; }

 p { color: rgb(204,128,229); }

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

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

 a { background-color: rgb(204,128,229); }

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

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

 span { border-color: rgb(204,128,229); }

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