#C681E5

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

Shades of Wisteria #C681E5

Tints of Wisteria #C681E5

Color information

#C681E5 (or 0xC681E5) is unknown color: approx Wisteria. HEX triplet: C6, 81 and E5. RGB value is (198,129,229). Sum of RGB (Red+Green+Blue) = 198+129+229=556 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.61% from 556); Green value is 129 (50.78% from 255 or 23.20% from 556); Blue value is 229 (89.84% from 255 or 41.19% from 556); Max value from RGB is 229 - color contains mainly: blue. Hex color #C681E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C681E5 is #397E1A. Grayscale: #A0A0A0. Windows color (decimal): -3767835 or 15040966. OLE color: 15040966.

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

Color convert

RGB198129229-
CMYK0.140.4400.10
HSL281.4º65.79%70.2%-
HSV(B)281.4º43.67%89.8%-
XYZ45.2833.3678.18-
YUV161.03166.36154.37-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.61%
GREEN value IS 129 (50.78% from 255) = 23.20%
BLUE value IS 229 (89.84% from 255) = 41.19%
R=35.61%
G=23.20%
B=41.19%

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
Decimal1981292290.140.4400.10281.465.7970.2
HexC681E5E2C0A1194246
Octal3062013451654012431102106
Binary11000110100000011110010111101011000101010001100110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C681E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C681E5; }

 p { color: rgb(198,129,229); }

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

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

 a { background-color: rgb(198,129,229); }

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

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

 span { border-color: rgb(198,129,229); }

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