#C680DA

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

Shades of Wisteria #C680DA

Tints of Wisteria #C680DA

Color information

#C680DA (or 0xC680DA) is unknown color: approx Wisteria. HEX triplet: C6, 80 and DA. RGB value is (198,128,218). Sum of RGB (Red+Green+Blue) = 198+128+218=544 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.40% from 544); Green value is 128 (50.39% from 255 or 23.53% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #C680DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C680DA is #397F25. Grayscale: #9E9E9E. Windows color (decimal): -3768102 or 14319814. OLE color: 14319814.

HSL color Cylindrical-coordinate representation of color #C680DA: hue angle of 286.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C680DA is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB198128218-
CMYK0.090.4100.15
HSL286.67º54.88%67.84%-
HSV(B)286.67º41.28%85.49%-
XYZ43.6632.5170.3-
YUV159.19161.19155.68-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.40%
GREEN value IS 128 (50.39% from 255) = 23.53%
BLUE value IS 218 (85.55% from 255) = 40.07%
R=36.40%
G=23.53%
B=40.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1981282180.090.4100.15286.6754.8867.84
HexC680DA9290F11f3744
Octal306200332115101743767104
Binary1100011010000000110110101001101001011111000111111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C680DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C680DA; }

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

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

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

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

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

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

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

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