#c480e3

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

Shades of Wisteria #C480E3

Tints of Wisteria #C480E3

Color information

#C480E3 (or 0xC480E3) is unknown color: approx Wisteria. HEX triplet: C4, 80 and E3. RGB value is (196,128,227). Sum of RGB (Red+Green+Blue) = 196+128+227=551 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.57% from 551); Green value is 128 (50.39% from 255 or 23.23% from 551); Blue value is 227 (89.06% from 255 or 41.20% from 551); Max value from RGB is 227 - color contains mainly: blue. Hex color #C480E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C480E3 is #3B7F1C. Grayscale: #9F9F9F. Windows color (decimal): -3899165 or 14909636. OLE color: 14909636.

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

Color convert

RGB196128227-
CMYK0.140.4400.11
HSL281.21º63.87%69.61%-
HSV(B)281.21º43.61%89.02%-
XYZ44.3532.7276.65-
YUV159.62166.03153.95-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.57%
GREEN value IS 128 (50.39% from 255) = 23.23%
BLUE value IS 227 (89.06% from 255) = 41.20%
R=35.57%
G=23.23%
B=41.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1961282270.140.4400.11281.2163.8769.61
HexC480E3E2C0B1194046
Octal3042003431654013431100106
Binary11000100100000001110001111101011000101110001100110000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c480e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c480e3; }

 p { color: rgb(196,128,227); }

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

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

 a { background-color: rgb(196,128,227); }

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

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

 span { border-color: rgb(196,128,227); }

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