#C280E6

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

Shades of Wisteria #C280E6

Tints of Wisteria #C280E6

Color information

#C280E6 (or 0xC280E6) is unknown color: approx Wisteria. HEX triplet: C2, 80 and E6. RGB value is (194,128,230). Sum of RGB (Red+Green+Blue) = 194+128+230=552 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.14% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 230 (90.23% from 255 or 41.67% from 552); Max value from RGB is 230 - color contains mainly: blue. Hex color #C280E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C280E6 is #3D7F19. Grayscale: #9F9F9F. Windows color (decimal): -4030234 or 15106242. OLE color: 15106242.

HSL color Cylindrical-coordinate representation of color #C280E6: hue angle of 278.82º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C280E6 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB194128230-
CMYK0.160.4400.10
HSL278.82º67.11%70.2%-
HSV(B)278.82º44.35%90.2%-
XYZ44.2532.6278.83-
YUV159.36167.87152.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.14%
GREEN value IS 128 (50.39% from 255) = 23.19%
BLUE value IS 230 (90.23% from 255) = 41.67%
R=35.14%
G=23.19%
B=41.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1941282300.160.4400.10278.8267.1170.2
HexC280E6102C0A1174346
Octal3022003462054012427103106
Binary110000101000000011100110100001011000101010001011110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C280E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C280E6; }

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

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

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

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

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

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

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

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