#C681E6

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

Shades of Wisteria #C681E6

Tints of Wisteria #C681E6

Color information

#C681E6 (or 0xC681E6) is unknown color: approx Wisteria. HEX triplet: C6, 81 and E6. RGB value is (198,129,230). Sum of RGB (Red+Green+Blue) = 198+129+230=557 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.55% from 557); Green value is 129 (50.78% from 255 or 23.16% from 557); Blue value is 230 (90.23% from 255 or 41.29% from 557); Max value from RGB is 230 - color contains mainly: blue. Hex color #C681E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C681E6 is #397E19. Grayscale: #A0A0A0. Windows color (decimal): -3767834 or 15106502. OLE color: 15106502.

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

Color convert

RGB198129230-
CMYK0.140.4400.10
HSL280.99º66.89%70.39%-
HSV(B)280.99º43.91%90.2%-
XYZ45.4233.4278.92-
YUV161.15166.86154.29-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.55%
GREEN value IS 129 (50.78% from 255) = 23.16%
BLUE value IS 230 (90.23% from 255) = 41.29%
R=35.55%
G=23.16%
B=41.29%

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
Decimal1981292300.140.4400.10280.9966.8970.39
HexC681E6E2C0A1194346
Octal3062013461654012431103106
Binary11000110100000011110011011101011000101010001100110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C681E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C681E6; }

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

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

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

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

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

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

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

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