#C480ED

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

Shades of Wisteria #C480ED

Tints of Wisteria #C480ED

Color information

#C480ED (or 0xC480ED) is unknown color: approx Wisteria. HEX triplet: C4, 80 and ED. RGB value is (196,128,237). Sum of RGB (Red+Green+Blue) = 196+128+237=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #C480ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C480ED is #3B7F12. Grayscale: #A0A0A0. Windows color (decimal): -3899155 or 15564996. OLE color: 15564996.

HSL color Cylindrical-coordinate representation of color #C480ED: hue angle of 277.43º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C480ED is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB196128237-
CMYK0.170.4600.07
HSL277.43º75.17%71.57%-
HSV(B)277.43º45.99%92.94%-
XYZ45.7733.2984.13-
YUV160.76171.03153.14-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.94%
GREEN value IS 128 (50.39% from 255) = 22.82%
BLUE value IS 237 (92.97% from 255) = 42.25%
R=34.94%
G=22.82%
B=42.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1961282370.170.4600.07277.4375.1771.57
HexC480ED112E071154b48
Octal304200355215607425113110
Binary11000100100000001110110110001101110011110001010110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C480ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C480ED; }

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

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

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

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

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

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

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

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