#C280ED

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

Shades of Wisteria #C280ED

Tints of Wisteria #C280ED

Color information

#C280ED (or 0xC280ED) is unknown color: approx Wisteria. HEX triplet: C2, 80 and ED. RGB value is (194,128,237). Sum of RGB (Red+Green+Blue) = 194+128+237=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 128 (50.39% from 255 or 22.90% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #C280ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C280ED is #3D7F12. Grayscale: #9F9F9F. Windows color (decimal): -4030227 or 15564994. OLE color: 15564994.

HSL color Cylindrical-coordinate representation of color #C280ED: hue angle of 276.33º 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 #C280ED is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB194128237-
CMYK0.180.4600.07
HSL276.33º75.17%71.57%-
HSV(B)276.33º45.99%92.94%-
XYZ45.2533.0284.11-
YUV160.16171.37152.14-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.70%
GREEN value IS 128 (50.39% from 255) = 22.90%
BLUE value IS 237 (92.97% from 255) = 42.40%
R=34.70%
G=22.90%
B=42.40%

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
Decimal1941282370.180.4600.07276.3375.1771.57
HexC280ED122E071144b48
Octal302200355225607424113110
Binary11000010100000001110110110010101110011110001010010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C280ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C280ED; }

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

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

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

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

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

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

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

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