#C684DA

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

Shades of Wisteria #C684DA

Tints of Wisteria #C684DA

Color information

#C684DA (or 0xC684DA) is unknown color: approx Wisteria. HEX triplet: C6, 84 and DA. RGB value is (198,132,218). Sum of RGB (Red+Green+Blue) = 198+132+218=548 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.13% from 548); Green value is 132 (51.95% from 255 or 24.09% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #C684DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C684DA is #397B25. Grayscale: #A1A1A1. Windows color (decimal): -3767078 or 14320838. OLE color: 14320838.

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

Color convert

RGB198132218-
CMYK0.090.3900.15
HSL286.05º53.75%68.63%-
HSV(B)286.05º39.45%85.49%-
XYZ44.1933.5770.48-
YUV161.54159.87154.01-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.13%
GREEN value IS 132 (51.95% from 255) = 24.09%
BLUE value IS 218 (85.55% from 255) = 39.78%
R=36.13%
G=24.09%
B=39.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1981322180.090.3900.15286.0553.7568.63
HexC684DA9270F11e3645
Octal306204332114701743666105
Binary1100011010000100110110101001100111011111000111101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C684DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C684DA; }

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

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

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

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

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

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

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

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