#C681DE

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

Shades of Wisteria #C681DE

Tints of Wisteria #C681DE

Color information

#C681DE (or 0xC681DE) is unknown color: approx Wisteria. HEX triplet: C6, 81 and DE. RGB value is (198,129,222). Sum of RGB (Red+Green+Blue) = 198+129+222=549 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.07% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #C681DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C681DE is #397E21. Grayscale: #9F9F9F. Windows color (decimal): -3767842 or 14582214. OLE color: 14582214.

HSL color Cylindrical-coordinate representation of color #C681DE: hue angle of 284.52º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C681DE is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB198129222-
CMYK0.110.4200.13
HSL284.52º58.49%68.82%-
HSV(B)284.52º41.89%87.06%-
XYZ44.3232.9873.14-
YUV160.23162.86154.94-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.07%
GREEN value IS 129 (50.78% from 255) = 23.50%
BLUE value IS 222 (87.11% from 255) = 40.44%
R=36.07%
G=23.50%
B=40.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981292220.110.4200.13284.5258.4968.82
HexC681DEB2A0D11d3a45
Octal306201336135201543572105
Binary1100011010000001110111101011101010011011000111011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C681DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C681DE; }

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

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

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

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

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

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

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

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