#C684DE

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

Shades of Wisteria #C684DE

Tints of Wisteria #C684DE

Color information

#C684DE (or 0xC684DE) is unknown color: approx Wisteria. HEX triplet: C6, 84 and DE. RGB value is (198,132,222). Sum of RGB (Red+Green+Blue) = 198+132+222=552 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.87% from 552); Green value is 132 (51.95% from 255 or 23.91% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 222 - color contains mainly: blue. Hex color #C684DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C684DE is #397B21. Grayscale: #A1A1A1. Windows color (decimal): -3767074 or 14582982. OLE color: 14582982.

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

Color convert

RGB198132222-
CMYK0.110.4100.13
HSL284º57.69%69.41%-
HSV(B)284º40.54%87.06%-
XYZ44.7233.7873.27-
YUV161.99161.87153.68-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.87%
GREEN value IS 132 (51.95% from 255) = 23.91%
BLUE value IS 222 (87.11% from 255) = 40.22%
R=35.87%
G=23.91%
B=40.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981322220.110.4100.1328457.6969.41
HexC684DEB290D11c3a45
Octal306204336135101543472105
Binary1100011010000100110111101011101001011011000111001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C684DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C684DE; }

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

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

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

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

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

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

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

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