#C280EC

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

Shades of Wisteria #C280EC

Tints of Wisteria #C280EC

Color information

#C280EC (or 0xC280EC) is unknown color: approx Wisteria. HEX triplet: C2, 80 and EC. RGB value is (194,128,236). Sum of RGB (Red+Green+Blue) = 194+128+236=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 128 (50.39% from 255 or 22.94% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #C280EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C280EC is #3D7F13. Grayscale: #9F9F9F. Windows color (decimal): -4030228 or 15499458. OLE color: 15499458.

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

Color convert

RGB194128236-
CMYK0.180.4600.07
HSL276.67º73.97%71.37%-
HSV(B)276.67º45.76%92.55%-
XYZ45.1132.9683.34-
YUV160.05170.87152.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.77%
GREEN value IS 128 (50.39% from 255) = 22.94%
BLUE value IS 236 (92.58% from 255) = 42.29%
R=34.77%
G=22.94%
B=42.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1941282360.180.4600.07276.6773.9771.37
HexC280EC122E071154a47
Octal302200354225607425112107
Binary11000010100000001110110010010101110011110001010110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C280EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C280EC; }

 p { color: rgb(194,128,236); }

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

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

 a { background-color: rgb(194,128,236); }

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

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

 span { border-color: rgb(194,128,236); }

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