#C480E0

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

Shades of Wisteria #C480E0

Tints of Wisteria #C480E0

Color information

#C480E0 (or 0xC480E0) is unknown color: approx Wisteria. HEX triplet: C4, 80 and E0. RGB value is (196,128,224). Sum of RGB (Red+Green+Blue) = 196+128+224=548 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.77% from 548); Green value is 128 (50.39% from 255 or 23.36% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 224 - color contains mainly: blue. Hex color #C480E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C480E0 is #3B7F1F. Grayscale: #9E9E9E. Windows color (decimal): -3899168 or 14713028. OLE color: 14713028.

HSL color Cylindrical-coordinate representation of color #C480E0: hue angle of 282.5º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C480E0 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB196128224-
CMYK0.120.4300.12
HSL282.5º60.76%69.02%-
HSV(B)282.5º42.86%87.84%-
XYZ43.9432.5674.49-
YUV159.28164.53154.19-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.77%
GREEN value IS 128 (50.39% from 255) = 23.36%
BLUE value IS 224 (87.89% from 255) = 40.88%
R=35.77%
G=23.36%
B=40.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1961282240.120.4300.12282.560.7669.02
HexC480E0C2B0C11a3d45
Octal304200340145301443275105
Binary1100010010000000111000001100101011011001000110101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C480E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C480E0; }

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

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

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

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

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

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

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

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