#C280EA

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

Shades of Wisteria #C280EA

Tints of Wisteria #C280EA

Color information

#C280EA (or 0xC280EA) is unknown color: approx Wisteria. HEX triplet: C2, 80 and EA. RGB value is (194,128,234). Sum of RGB (Red+Green+Blue) = 194+128+234=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 234 - color contains mainly: blue. Hex color #C280EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C280EA is #3D7F15. Grayscale: #9F9F9F. Windows color (decimal): -4030230 or 15368386. OLE color: 15368386.

HSL color Cylindrical-coordinate representation of color #C280EA: hue angle of 277.36º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C280EA is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB194128234-
CMYK0.170.4500.08
HSL277.36º71.62%70.98%-
HSV(B)277.36º45.3%91.76%-
XYZ44.8232.8581.82-
YUV159.82169.87152.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.89%
GREEN value IS 128 (50.39% from 255) = 23.02%
BLUE value IS 234 (91.80% from 255) = 42.09%
R=34.89%
G=23.02%
B=42.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1941282340.170.4500.08277.3671.6270.98
HexC280EA112D081154847
Octal3022003522155010425110107
Binary110000101000000011101010100011011010100010001010110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C280EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C280EA; }

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

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

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

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

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

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

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

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