#C680E6

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

Shades of Wisteria #C680E6

Tints of Wisteria #C680E6

Color information

#C680E6 (or 0xC680E6) is unknown color: approx Wisteria. HEX triplet: C6, 80 and E6. RGB value is (198,128,230). Sum of RGB (Red+Green+Blue) = 198+128+230=556 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.61% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 230 (90.23% from 255 or 41.37% from 556); Max value from RGB is 230 - color contains mainly: blue. Hex color #C680E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C680E6 is #397F19. Grayscale: #A0A0A0. Windows color (decimal): -3768090 or 15106246. OLE color: 15106246.

HSL color Cylindrical-coordinate representation of color #C680E6: hue angle of 281.18º 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 #C680E6 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB198128230-
CMYK0.140.4400.10
HSL281.18º67.11%70.2%-
HSV(B)281.18º44.35%90.2%-
XYZ45.2933.1678.88-
YUV160.56167.19154.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.61%
GREEN value IS 128 (50.39% from 255) = 23.02%
BLUE value IS 230 (90.23% from 255) = 41.37%
R=35.61%
G=23.02%
B=41.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1981282300.140.4400.10281.1867.1170.2
HexC680E6E2C0A1194346
Octal3062003461654012431103106
Binary11000110100000001110011011101011000101010001100110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C680E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C680E6; }

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

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

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

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

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

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

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

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